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 testing locally http://bash-salt.test/
Check out ryankelley.dev/bashsalt... eventually
You can install via your (git)BASH cli by using the command
curl -sfL https://ryankelley.dev/bashsalt/install.sh | shThis 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/repos
"rollback" = git reset HEAD^ && git push origin HEAD --forceToDo -> A CLI based multipage to-do list
Wordle -> a wordle game
Tree -> prints a file tree/map (auto-exclusion of .git and target directories)
Speed Test -> Measures internet speed using a simple command.
Create Project -> Bash scripts to Fast launch the start of your project in any framework
Uptime Monitor -> Measures uptime for a website over intervals
- 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
MIT License © 2025 sparrowsaurora