https://github.com/asozza/cli-essentials
command-line interface for unix-like systems
https://github.com/asozza/cli-essentials
command-line-tool shell-scripts
Last synced: 12 months ago
JSON representation
command-line interface for unix-like systems
- Host: GitHub
- URL: https://github.com/asozza/cli-essentials
- Owner: asozza
- License: mit
- Created: 2025-03-20T08:59:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-27T09:07:05.000Z (about 1 year ago)
- Last Synced: 2025-06-27T10:19:42.782Z (about 1 year ago)
- Topics: command-line-tool, shell-scripts
- Language: Shell
- Homepage:
- Size: 108 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cli-essentials
Command-Line Interface for Unix-like systems
At the moment, it covers the following tasks:
- [ ] `bash`: basic commands, ghostscript, media (audio, video), scripts for killing processes
- [ ] `cdo`: CDO and grib commands
- [ ] `config`: configuration files and dot files
- [ ] `ffmpeg`: audio and video manipulation
- [ ] `git`: basic commands, check status in multiple repositories
- [ ] `gs`: ghostscript command for PDF manipulation
- [ ] `gnuplot`: general commands and palettes
In the process of extending the materials,
each folder should contains folders: `scripts` and `documentation`,
in order to separate markdown and executable scripts.