Skip to content

sparrowsaurora/Bash-salt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bash-Salt

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.

From the Dev

Currently running live at bash-salt.vercel.app
There is currently no uninstall script. but you can just delete the directory

Installation

You can install via your (git)BASH cli by using the command

curl -fsSL https://bash-salt.vercel.app/install.sh | bash

NOTE : :

This project only supports BASH on Windows systems currently. We're currently adding Linux support and removing the need for a python interpreter.

Added BASH Aliases

"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

etc.
please view src/.aliases for all aliases.
and please view src/.bashrc for remaining commands.

Packages

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

Future Projects

System Utilities

  1. Clipboard Manager – A history manager for copied text, allowing you to search and reuse snippets.
  2. Disk Usage Visualizer – Like du, but with ASCII charts showing folder sizes.
  3. Custom Task Scheduler – A simplified cron-like tool with a more user-friendly syntax.

Productivity & Workflow

  1. Time Tracker – Log and analyze how much time you spend on tasks.
  2. Note-Taking CLI – A quick way to take and search notes from the terminal.
  3. CLI Pomodoro Timer – A simple time management tool with notifications.
  4. Local Search Engine – Indexes and searches files/documents on your computer.
  5. Automated Backup Tool – Syncs important files to an external drive or cloud storage.

Fun & Miscellaneous

  1. CLI Weather App – Fetches weather forecasts using an API.
  2. Bonsai – Creates Ascii Bonsai tree with customization options.
  3. Stock Visualiser - gives me stock updates for the past day

License

GNU License © 2026 sparrowsaurora

Contact

> github
> email

(Back To Top)

About

A SaaP to add my terminal shortcuts to any pc, in one command

Resources

License

Stars

Watchers

Forks

Contributors