Cute shell
  • Lua 93.3%
  • Shell 6.7%
Find a file
2026-03-06 11:11:13 -08:00
.gitignore Initial commit 2024-11-13 15:52:59 -08:00
bashrc.sh add job count 2025-12-21 22:58:28 -08:00
LICENSE Initial commit 2024-11-13 15:52:59 -08:00
README.md typo 2026-03-06 11:11:13 -08:00
swline.lua highlight SSH in orange 2026-02-04 13:45:06 -08:00

swline

Cute shell

Requirements

  • Lua 5.4
  • A Nerd Font
  • Bash (PR accepted for more shell support)

How I installed it

# sudo mkdir /opt/swline
# sudo chmod a+rw /opt/swline
# cd /opt/swline
# git clone https://git.swee.codes/swee/swline.git .
# sudo ln -s /opt/swline/swline.lua /usr/local/bin/swline
# echo "source /opt/swline/bashrc.sh" >> /etc/bash.bashrc