nicethings/README.md

18 lines
619 B
Markdown
Raw Normal View History

# nicethings
2018-08-07 14:21:41 +00:00
A Python program to be used on shared unix servers to cheer people up (A little program for [tilde.town](https://tilde.town))
# To-dos
- [ ] Only allow quoted messages to be added
- [ ] Decentralize by allowing users to store their own
repository in their home folder
2018-11-12 02:50:10 +00:00
# How it works
2018-03-13 14:45:10 +00:00
Stores the user's input into a generated `list.txt` file if an argument is given in quotes. If no arguments are given, a random line from the `list.txt` file will be displayed.
2018-11-12 02:50:10 +00:00
# Usage
## Adding a message to the file:
2017-10-02 16:51:40 +00:00
`$ nicethings "insert your message here"`
2018-08-07 18:12:28 +00:00
2018-11-12 02:50:10 +00:00
## Outputting a random line from list.txt:
2017-10-02 16:51:40 +00:00
`$ nicethings`