https://github.com/arxari/rancat.py
Display a random .txt file from a selected folder using cat
https://github.com/arxari/rancat.py
Last synced: 4 months ago
JSON representation
Display a random .txt file from a selected folder using cat
- Host: GitHub
- URL: https://github.com/arxari/rancat.py
- Owner: Arxari
- License: other
- Created: 2024-08-02T11:12:29.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-08-15T22:27:45.000Z (11 months ago)
- Last Synced: 2025-01-24T02:28:46.908Z (6 months ago)
- Language: Python
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

### How to use- git clone this repo or download randomcat.py
- open ranodomcat.py in a text/code editor of your choice
- configure the path of the folder you want the script the randomly select .txt files from
- run the file with python3 your/file/location/randomcat.py
- PRO TIP: Create an alias such as alias rancat='python3 your/file/location/randomcat.py to run the script much more easilyAUR package is in the works (except not really)
w luv, ari
-- -
Part of the rancat ~~trilogy~~ duology
- [rancat in python](https://github.com/Arxari/randomcat)
- [rancat in shell](https://github.com/Arxari/rancat.sh)