All Projects → isacikgoz → Tldr

isacikgoz / Tldr

Licence: mit
fast and interactive tldr client written with go

Programming Languages

go
31211 projects - #10 most used programming language
golang
3204 projects

Projects that are alternatives of or similar to Tldr

Iruby
Official gem repository: Ruby kernel for Jupyter/IPython Notebook
Stars: ✭ 600 (-39.02%)
Mutual labels:  interactive
Cheat.sh
the only cheat sheet you need
Stars: ✭ 27,798 (+2725%)
Mutual labels:  tldr
Readteractive
Tool for writing and generating interactive books.
Stars: ✭ 23 (-97.66%)
Mutual labels:  interactive
Minic Hosting
A simple stack-based virtual machine that runs C in the browser.
Stars: ✭ 628 (-36.18%)
Mutual labels:  interactive
Heatmap.js
🔥 JavaScript Library for HTML5 canvas based heatmaps
Stars: ✭ 5,685 (+477.74%)
Mutual labels:  interactive
Bowtie
Create a dashboard with python!
Stars: ✭ 724 (-26.42%)
Mutual labels:  interactive
Vue Interactive Paycard
Credit card form with smooth and sweet micro-interactions
Stars: ✭ 5,451 (+453.96%)
Mutual labels:  interactive
Tldr
📚 Collaborative cheatsheets for console commands
Stars: ✭ 36,408 (+3600%)
Mutual labels:  tldr
Oji
(◕‿◕) Text Emoticons Maker
Stars: ✭ 668 (-32.11%)
Mutual labels:  interactive
Educative.io courses
this is downloadings of all educative.io free student subscription courses as pdf from GitHub student pack
Stars: ✭ 898 (-8.74%)
Mutual labels:  interactive
Ugrep
🔍NEW ugrep v3.1: ultra fast grep with interactive query UI and fuzzy search: search file systems, source code, text, binary files, archives (cpio/tar/pax/zip), compressed files (gz/Z/bz2/lzma/xz/lz4), documents and more. A faster, user-friendly and compatible grep replacement.
Stars: ✭ 626 (-36.38%)
Mutual labels:  interactive
Bit
Bit is a modern Git CLI
Stars: ✭ 5,723 (+481.61%)
Mutual labels:  interactive
Shellen
🌸 Interactive shellcoding environment to easily craft shellcodes
Stars: ✭ 799 (-18.8%)
Mutual labels:  interactive
Readline Sync
Synchronous Readline for interactively running to have a conversation with the user via a console(TTY).
Stars: ✭ 601 (-38.92%)
Mutual labels:  interactive
Cardsholder
Demonstration of complex interface layouts using child view controllers in iOS 🦾
Stars: ✭ 24 (-97.56%)
Mutual labels:  interactive
Datatable
A simple, modern and interactive datatable library for the web
Stars: ✭ 587 (-40.35%)
Mutual labels:  interactive
Reloading
Change Python code while it's running without losing state
Stars: ✭ 723 (-26.52%)
Mutual labels:  interactive
Soundwaveinteractive
Interactive Sound Board for Mixer. Microsoft shut Mixer down, so this application no longer works. RIP Mixer.
Stars: ✭ 27 (-97.26%)
Mutual labels:  interactive
Showoff
Don't just present; interact with your audience!
Stars: ✭ 879 (-10.67%)
Mutual labels:  interactive
Score
ossia score, an interactive sequencer for the intermedia arts.
Stars: ✭ 808 (-17.89%)
Mutual labels:  interactive

CircleCI GitHub All Releases Join the chat at https://gitter.im/tldrpp/community Release

tldr++

Community driven man pages improved with smart user interaction. tldr++ seperates itself from any other tldr client with convenient user guidance feature.

screenplay

Features

  • Fully Interactive (fill the command arguments easily)
  • Search from commands to find your desired command (exact + fuzzy search)
  • Smart file suggestions (further suggestions will be added)
  • Simple implementation
  • One of the fastest clients, even fastest (see Benchmarks)
  • Easy to install. Supports all mainstream OS and platforms (Linux, MacOS, Windows (v1.0 excluded for a while)(arm, x86)
  • Pure-go (even contains built-in git)

Installation

Refer to Release Page for binaries.

Or, you can build from source: (min. go 1.13 compiler is recommended)

go get github.com/isacikgoz/tldr/cmd/tldr

macOS using brew

brew install isacikgoz/taps/tldr

Windows using scoop

This is maintained by community and the version is v0.6.1. (v1.0.0 does not have Windows support yet)

scoop install tldr

Use for different OS

You can use tldr++ for another OS by setting TLDR_OS envrionment to your desired OS such as linux, windows, osx etc.

Let's say you want to set it to Linux run the following command:

export TLDR_OS=linux

To make it permenant, you can add the line above to your shell rc file (e.g. bashrc, zshrc etc.)

Credits

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].