Tilde program launcher
Go to file
Robert Miles 3d0484ebcf Hopefully fix README checklist 2018-06-08 20:48:40 -04:00
LICENSE Initial commit 2018-02-19 16:59:20 -08:00
README.md Hopefully fix README checklist 2018-06-08 20:48:40 -04:00
list I guess we're using mine? 2018-06-08 16:36:51 -04:00
tilde Remove bootstrap 2018-06-08 20:46:53 -04:00

README.md

tilde - A tilde-launcher proposal in Python

This is my proposal for the tilde town program launcher. Here are the features that make it compliant with the specs:

  • 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)

Here are the things I have left to make before this proposal can be considered a true answer to the specs:

  • Implement submit process
  • Implement other commands shown in help example (see below)
  • Polish some rough logic

Top-level commands

  • help - complete
  • contrib - complete
  • chat - complete
  • mail - just need to write this one
  • submit - See Questions below

Questions

tilde submit

  • How should this be accomplished?
  • Is this supposed to be only for ben or for an admin in general to help?
  • If the answer to the previous question is the latter, how should this be accomplished?

Requirements

In /tilde/special, put:

  • list - see list program in this directory