Skip to content
This repository has been archived by the owner on Dec 24, 2024. It is now read-only.
/ tinytldr Public archive

Minimalist tldr command line client written in C

License

Notifications You must be signed in to change notification settings

kovmir/tinytldr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

REPOSITORY MIGRATION NOTICE

Migrated to SourceHut.

tinytldr

tinytldr status

Minimalist tldr command line client, written in plain C99.

PREVIEW

screenshot

srcery - terminal colorscheme on the screenshot.

INSTALL

Package

Compile from source

Satisfy the dependencies first, and then:

git clone https://github.com/kovmir/tinytldr
cd tinytldr
# Optional: Adjust ./config.h to your linking.
make
sudo make install

USAGE

tldr -u # Fetch or update pages.
tldr cd # View 'cd' page.
tldr windows/scoop # Or one could specify a platform.

DEPENDENCIES

SUPPORTED OPERATING SYSTEMS

  • Linux
  • BSD
  • M$ Windows

FAQ

Q: Can I use it to display my personal pages?

A: Yes, you can.

TLDR_PAGES="$HOME/.local/share/tinytldr/pages"
mkdir "$TLDR_PAGES/mypages"
echo '# My custom page' > "$TLDR_PAGES/mypages/testpage.md"
tldr -u
tldr testpage

CREDITS

Thanks @bilditup1 for Windows support.

CONTRIBUTING

When submitting PRs, please maintain the coding style used for the project.

About

Minimalist tldr command line client written in C

Topics

Resources

License

Stars

Watchers

Forks

Contributors 4

  •  
  •  
  •  
  •