https://github.com/f3riend/custom-cli
Custom cli ( Command line interface ) with python
https://github.com/f3riend/custom-cli
cli click custom-cli python-package python3 setuptools youtube-video-downloader yt-dlp
Last synced: about 2 months ago
JSON representation
Custom cli ( Command line interface ) with python
- Host: GitHub
- URL: https://github.com/f3riend/custom-cli
- Owner: f3riend
- Created: 2024-12-18T14:27:27.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-12-19T04:29:44.000Z (6 months ago)
- Last Synced: 2025-04-14T22:48:49.423Z (about 2 months ago)
- Topics: cli, click, custom-cli, python-package, python3, setuptools, youtube-video-downloader, yt-dlp
- Language: Python
- Homepage:
- Size: 196 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
![]()
![]()
# selful-packages
#### Cli ( Command Line Interface )
**The reason I developed it** is that I use linux and I like to use the terminal and keyboard shortcuts, so I thought why not integrate my own custom packages into the terminal, and with the keyboard shortcuts I can link the commands I want and run them automatically.
**Upload to the system**
```bash
sudo pip3 install .
```This command installs the python package on the system and makes it accessible from anywhere.
```bash
selful-packages snap-text
```**The output will be like this:** Snap Text
For now, I haven't added too many commands because I haven't thought of many ideas.