https://github.com/malted/randlines
a tiny command line utility to randomise the order of lines in a file
https://github.com/malted/randlines
Last synced: about 1 year ago
JSON representation
a tiny command line utility to randomise the order of lines in a file
- Host: GitHub
- URL: https://github.com/malted/randlines
- Owner: malted
- License: gpl-3.0
- Created: 2021-07-03T00:44:44.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-12T13:28:59.000Z (almost 5 years ago)
- Last Synced: 2025-03-06T12:46:54.417Z (over 1 year ago)
- Language: Python
- Size: 18.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# randlines
A tiny command line utility to randomise the order of lines in a file
## Setup
```
git clone https://github.com/Malted-Wheaties/randlines
cd randlines
sudo chmod a+x randlines
sudo cp randlines /usr/local/bin
```
## Usage
For usage information, run `randlines -h`.