Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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"