Cute shell
  • Lua 93.6%
  • Shell 6.4%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-05-31 16:34:57 -07: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 add compat for FreeBSD because it names Lua differently 2026-05-31 16:34:57 -07: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