A play on words of Bassalt, what i origionally wanted to call it.
This project was made to add some cool functions to BASH. WARNING: All scripts in this tool are handmade and not overly specialised, and therefore are only 'good enough'. If any functionality isnt up to your standard, please seek out the specialised replacement.
Currently running live at bash-salt.vercel.app
There is currently no uninstall script. but you can just delete the directory
You can install via your (git)BASH cli by using the command
curl -fsSL https://bash-salt.vercel.app/install.sh | bashThis project only supports BASH on Windows systems currently. We're currently adding Linux support and removing the need for a python interpreter.
"la" = ls -a
"rf" = rm -rf
"c" = clear
"b" = cd ..
"gl" = git log --oneline --decorate --all
"mkcd" = mkdir $ && cd $
"view" = cd $ && la && b
"sr" = cd ~/source/reposetc.
please view src/.aliases for all aliases.
and please view src/.bashrc for remaining commands.
on_startup -> A startup script that activates when sourcing your terminal.
Speed Test -> Measures internet speed using a simple command.
Uptime Monitor -> Measures uptime for a website over intervals
Wordle -> a wordle game
- Clipboard Manager – A history manager for copied text, allowing you to search and reuse snippets.
- Disk Usage Visualizer – Like
du, but with ASCII charts showing folder sizes. - Custom Task Scheduler – A simplified
cron-like tool with a more user-friendly syntax.
- Time Tracker – Log and analyze how much time you spend on tasks.
- Note-Taking CLI – A quick way to take and search notes from the terminal.
- CLI Pomodoro Timer – A simple time management tool with notifications.
- Local Search Engine – Indexes and searches files/documents on your computer.
- Automated Backup Tool – Syncs important files to an external drive or cloud storage.
- CLI Weather App – Fetches weather forecasts using an API.
- Bonsai – Creates Ascii Bonsai tree with customization options.
- Stock Visualiser - gives me stock updates for the past day
GNU License © 2026 sparrowsaurora