Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/haoran-mc/tldr
- Owner: haoran-mc
- Created: 2024-11-20T10:51:31.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-06T02:47:00.000Z (about 2 months ago)
- Last Synced: 2024-12-06T03:27:39.085Z (about 2 months ago)
- Topics: tldr, tldr-pages
- Language: Python
- Homepage:
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.org
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