Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/haoran-mc/tldr

too lang don't read, render local org files
https://github.com/haoran-mc/tldr

tldr tldr-pages

Last synced: about 2 months ago
JSON representation

too lang don't read, render local org files

Awesome Lists containing this project

README

        

*run:*
1. clone this repository: git clone [email protected]:haoran-mc/tldr.git && cd tldr
2. create a python virtual environment: python -m venv .
3. starting the virtual environment: source bin/activate
4. download dependencies: pip install -r requirements.txt
5. run: python tldr.py git log

*compile:*
1. compile: pip install -e .
2. usage: ran-tldr git log
3. You may replace the command name specified in ~pyproject.toml~ with whatever you like.

*sample of a command:*
#+begin_example
* git - Distributed version control system.

: Some subcommands such as ~commit~, ~add~, ~branch~, ~checkout~, ~push~, etc. have their own usage documentation.
: More information: .

** Example
- ~git log --help~

** Parameter
- =branch= List, create, or delete branches.
- =clone= Clone a repository into a new directory.
- =log= Show commit logs.
- =remote= Manage set of tracked repositories.
- =switch= Switch between Git branches. Requires Git version 2.23+.
- =stash= Stash local Git changes in a temporary area.
#+end_example