Synth Shell Versions Save

Boost your terminal, script by script

v2.4

4 years ago
  • Better README.
  • Add alias scripts.
  • Add better-ls script.
  • Add reminder during installation of optional packages.

2.3

4 years ago
  • Abridged installation steps.
  • Quick 256-color reference in fancy-bash-prompt.config, suggested by Omega100.
  • Added note to make sure UTF-8 is enabled in locale config, suggested by dzionek.
  • Added symbol to indicate status of the current git branch if current workdir is inside git branch. Inspired by twolfson's sexy-bash-prompt (https://github.com/twolfson/sexy-bash-prompt).

v2.2

4 years ago
  • Improvement and fixes to textfiles and code comments
  • Fixed "N/A" message printed for SWAP_MON if there is no swap
  • Add preview of the configuation options for status.sh
  • fancy_bash_prompt: Update titlebar of terminal-window when changing folder

v2.1.5

4 years ago
  • Fix top delay parameter to avoid conflicts depending on locale config, reported by b1oki

v2.1.4

4 years ago

Minor fix for GPU names

v2.1.3

4 years ago

v2.1.1

4 years ago
  • Update README
  • Fix bug that prevented correct reading of user config files

v2.1

4 years ago
  • Update README
  • Fix uninstaller bug (now uses quick-uninstall files left by installer, if available)
  • New info elements (some are optional and not shown by default)
  • Minor bug fixes
  • Improve installer

v2.0

4 years ago
  • Rename the repository from scripts to synth-shell
  • Remove all unnecessary scripts

v1.5

4 years ago
  • Include optional git info in bash prompt
  • Bugfixes
  • Add script to shorten path ways without truncating folder names
  • General code cleanup
  • Faster response time (removed load_config)
  • In status.sh: logo and info are separate entities than can be printed separately
  • In status.sh: info elements are now completely customizable (what to print, and in what order)
  • New common script to control the terminal cursor and print text-blocks side by side
  • status.sh now only prints those elements that fit inside the screen, decided automatically based on character count. For example, if the terminal is too narrow, it does not print the logo, and if the terminal is extremely narrow, it does not print any information at all.
  • An uninstall script is generated inside the installation folder, such that it's now easier to remove all scripts without having to download this repository again.
  • More engaging example configuration files for status.sh