tilde-launcher/README.md

35 lines
1.1 KiB
Markdown
Raw Permalink Normal View History

2018-06-08 20:36:51 +00:00
# `tilde` - A tilde-launcher proposal in Python
2018-02-20 00:59:49 +00:00
2018-06-08 20:36:51 +00:00
This is my proposal for the tilde town program launcher. Here are the features that make it compliant with the specs:
2018-02-20 00:59:49 +00:00
2018-06-08 20:36:51 +00:00
- It has a help menu that, while not meeting the format of the specs, gives an example usage string and description.
- It implements the contrib system beautifully (IMO)
2018-02-20 00:59:49 +00:00
2018-06-08 20:36:51 +00:00
Here are the things I have left to make before this proposal can be considered a true answer to the specs:
2018-02-20 00:59:49 +00:00
2018-06-08 20:36:51 +00:00
- [ ] Implement submit process
- [ ] Implement other commands shown in help example (see below)
- [ ] Polish some rough logic
2018-02-20 00:59:49 +00:00
2018-06-08 20:36:51 +00:00
## Top-level commands
2018-02-20 00:59:49 +00:00
2018-06-09 00:48:40 +00:00
- [x] help - complete
- [x] contrib - complete
- [x] chat - complete
2018-06-08 20:36:51 +00:00
- [ ] mail - just need to write this one
2018-06-09 00:45:24 +00:00
- [ ] submit - See Questions below
2018-02-20 00:59:49 +00:00
2018-06-08 20:36:51 +00:00
## Questions
2018-02-20 00:59:49 +00:00
2018-06-09 00:45:24 +00:00
### `tilde submit`
2018-02-20 00:59:49 +00:00
2018-06-08 20:36:51 +00:00
- How should this be accomplished?
2018-06-09 00:45:24 +00:00
- Is this supposed to be only for ben or for an admin in general to help?
2018-06-08 20:36:51 +00:00
- If the answer to the previous question is the latter, how should this be accomplished?
2018-02-20 00:59:49 +00:00
2018-06-08 20:36:51 +00:00
## Requirements
2018-02-20 00:59:49 +00:00
2018-06-08 20:36:51 +00:00
In `/tilde/special`, put:
2018-02-20 00:59:49 +00:00
2018-06-08 20:36:51 +00:00
- `list` - see list program in this directory