Still under development
Have you ever encontered the situation below in the process of bioinformatics analysis?
Lots of times, we need to go back to old projects to see how a command was used previously. Or we need to read the help message or the manual again, sometime dozens of pages, to figure out how we can run the command. This will consume a large amount of time.
BioTLDR (TLDR is short for "too long; didn't read") is developped to solve this problem. You can just simply type BioTDLR -c <command>
, you can get the simplified help messages. Here are two examples:
git clone https://github.com/xie186/BioTLDR.git
cd BioTLDR
pip install -r required_package.txt
You can fork this repo and add the corresponding markdown files.
An example can be got here
Or you can submit an issue here, then we can add the tools for you.
Please submit an issue here if you have any suggestions.
-
Wrap the terminal output
-
Add software notes
-
Add function to customize the markdown files
-
Add checklist.
-
Deal with subcommand