https://github.com/source-c/handy-scripts
Handy scripts for (not only) bash shell
https://github.com/source-c/handy-scripts
automation bash bash-script console-tool handy-snippets shell tweaks
Last synced: about 1 month ago
JSON representation
Handy scripts for (not only) bash shell
- Host: GitHub
- URL: https://github.com/source-c/handy-scripts
- Owner: source-c
- License: mit
- Created: 2020-01-04T20:32:54.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-05-19T10:08:19.000Z (about 4 years ago)
- Last Synced: 2025-10-04T05:54:42.416Z (9 months ago)
- Topics: automation, bash, bash-script, console-tool, handy-snippets, shell, tweaks
- Language: Shell
- Homepage:
- Size: 38.1 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
Awesome Lists containing this project
README
= handy-scripts
Handy scripts for bash shell el Co
== Bash
=== Shell environment
- `.bash_colors` -- source/include for `.bashrc` to enable enhanced coloring support
- `.bash_devel` -- source/include for `.bashrc` to enable project navigation and setup development environment
=== Project path completions
`.bash_devel` brings a new handy method to navigate your projects in quick and efficient manner - `goproj` from everyvere.
The method expects you store your projects inside of `~/myProjects` folder and may navigate up to 3 levels down in it.
Dirs marked by leading underscore (i.e. `_skip_this`) and projects not containing `.git` are skipped automatically.
=== Tools
- `password-gen` -- command-line tool to generate random passwords
- `findsym` -- command-line tool to search through all system shared libraries
for a specific symbol
- `slide-show` -- (recursive) slide show for JPEG/PNG collection using MPV
== Python
=== Python env
- `.pythonrc` -- include for python interactive mode to enable some useful hooks like auto-completion etc
== License
MIT LICENSE WITHOUT WARRANTY OF ANY KIND