Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yusuf-daglioglu/cc_scripts
Multi-purpose shell functions.
https://github.com/yusuf-daglioglu/cc_scripts
bash cli command command-line linux mingw posix productivity script shell shell-script terminal zsh
Last synced: about 2 hours ago
JSON representation
Multi-purpose shell functions.
- Host: GitHub
- URL: https://github.com/yusuf-daglioglu/cc_scripts
- Owner: yusuf-daglioglu
- Created: 2021-09-12T11:11:30.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-07-14T16:54:33.000Z (4 months ago)
- Last Synced: 2024-09-12T06:22:33.503Z (2 months ago)
- Topics: bash, cli, command, command-line, linux, mingw, posix, productivity, script, shell, shell-script, terminal, zsh
- Language: Shell
- Homepage:
- Size: 383 KB
- Stars: 33
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CC_SCRIPTS
# ABOUT PROJECT
Multi-purpose shell functions.
All these functions are wrapper functions (they only call other commands like grep, cat, curl, ipconfig which available on your local machine). Some example functions can be seen below.
# EXAMPLE FUNCTIONS
![example_function_usage](./documentation/example_function_usage.html.png)
All other scripts are categorized under [src](./src) directory.
# DOCUMENTATION
All documentations are inside [documentation](./documentation) directory.
# OPTIONAL PARAMETERS
Change HOME directory for standalone apps (like Flatpak does):
> CC_APPS_HOME="/run/media/user1/internal1/HOME"
Standalone apps:
> CC_STANDALONE_APPS_PATH_ROOT="/run/media/user1/internal1/EXTRACTED_APPS"
Add above parameters before source it:
> source "$HOME/cc_scripts/release/cc_scripts.sh"