https://github.com/obfusk/proudcat
proudcat - cat + :rainbow:
https://github.com/obfusk/proudcat
cat cli colors colours terminal
Last synced: 6 months ago
JSON representation
proudcat - cat + :rainbow:
- Host: GitHub
- URL: https://github.com/obfusk/proudcat
- Owner: obfusk
- License: gpl-3.0
- Created: 2020-06-21T00:54:05.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-30T21:21:47.000Z (over 4 years ago)
- Last Synced: 2025-03-14T21:17:31.238Z (7 months ago)
- Topics: cat, cli, colors, colours, terminal
- Language: Python
- Homepage:
- Size: 222 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.GPLv3
Awesome Lists containing this project
README
File : README.md
Maintainer : Felix C. Stegerman
Date : 2020-07-02Copyright : Copyright (C) 2020 Felix C. Stegerman
Version : v0.2.0
License : GPLv3+[](https://pypi.python.org/pypi/proudcat)
[](https://www.gnu.org/licenses/gpl-3.0.html)## Description
proudcat - cat + :rainbow:
proudcat is basically a variant of
[`proudcat-rust`](https://github.com/obfusk/proudcat-rust) /
[`pridecat`](https://github.com/lunasorcery/pridecat)
written in python.

## Help
```bash
$ proudcat --help
```## Requirements
Python >= 3.5 + click.
## Installing
### Using pip
```bash
$ pip install proudcat
```### Manually
Install the dependencies (as e.g. debian packages or using `pip`):
```bash
$ apt install python3-click # debian/ubuntu
$ pip install click # pip
```Then just put `proudcat` somewhere on your `$PATH` (e.g. `~/bin`).
## License
[](https://www.gnu.org/licenses/gpl-3.0.html)