Releases: andresgongora/synth-shell
Releases · andresgongora/synth-shell
v2.4
2.3: Merge pull request #148 from andresgongora/release
- 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: Merge pull request #145 from andresgongora/release
- 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: Merge pull request #135 from andresgongora/develop
- Fix top delay parameter to avoid conflicts depending on locale config,
reported by b1oki
v2.1.4: Merge pull request #130 from andresgongora/develop
Minor fix for GPU names
v2.1.3: Merge pull request #129 from andresgongora/develop
v2.1.1: Merge pull request #122 from andresgongora/develop
- Update README
- Fix bug that prevented correct reading of user config files
v2.1: Merge pull request #119 from andresgongora/develop
- 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
synth-shell
- Rename the repository from scripts to synth-shell
- Remove all unnecessary scripts
v1.5: Merge pull request #103 from andresgongora/develop
- 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