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

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

Awesome Lists containing this project

README

        





Result




Download


Preview



# 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.