tldr

Golang command line client for tldr https://github.com/tldr-pages/tldr

MIT License

Stars
259

Bot releases are hidden (Show)

tldr - 1.3.1 Latest Release

Published by mstruebing over 3 years ago

[1.3.1] - 2021-06-21

tldr - 1.3.0

Published by mstruebing about 4 years ago

[1.3.0] - 2020-10-05

  • Add history function for the past page view. #53 (@wudong)
tldr - 1.2.2

Published by mstruebing about 4 years ago

[1.2.2] - 2020-09-16

Fixed

tldr - 1.2.1

Published by mstruebing about 4 years ago

[1.2.1] - 2020-07-29

  • Only check remote is reachable when ttl timeout. #52 (@wudong)
tldr - 1.2.0

Published by mstruebing over 4 years ago

[1.2.0] - 2020-03-06

Added

Changed

  • Only load new cache when connected to the internet and remote host is reachable #49 (@mstruebing)
  • Switched to go mod 47 (@mstruebing)

Fixed

  • golang ci errors
tldr - v1.1.1

Published by mstruebing over 5 years ago

[1.1.1] - 2019-02-19

Changed

Fixed

  • only consider markdown files as pages (as there was an index.json-file added)

https://github.com/mstruebing/tldr/compare/v1.1.0...v1.1.1

tldr - v1.1.0

Published by mstruebing almost 7 years ago

FEATURES:

  • autocompletion for zsh
  • autocompletion for bash
  • --random|-r flag to print random page
  • configurable installation directory via environment variable (INSTALL_DIR=<path> make install)

BUGFIXES:

  • --list-all|-a flag now correctly gives a list of all pages

INTERNAL:

  • CONTRIBUTING.MD, ISSUE_TEMPLATE, PULL_REQUEST_TEMPLATE are now present
  • code of conduct added
  • test setup is configured and runs via travis and can be run locally via make test
  • some documentation improvements
tldr - v1.0.6

Published by mstruebing almost 7 years ago

  • fix bug regarding to many open files
  • reduce cyclomatic complexity
tldr - v1.0.5

Published by mstruebing about 7 years ago

  • fix(color): use correct reset color sequence instead of setting it to black
  • fix(security): call filepath.Abs to usr.HomeDir
  • chore: compress all binaries via makefile
  • fix(naming): correct imports after name change
tldr - v1.0.4

Published by mstruebing about 7 years ago

  • remove zip dependency - thx to @gavinwade12
  • re-add status messages while updating/installing the cache files
  • docs update
  • different platform builds (see downloads)
tldr - v1.0.3

Published by mstruebing about 7 years ago

  • completely rewritten internals thx to @gavinwade12 again
tldr - v1.0.2

Published by mstruebing about 7 years ago

  • refactor(flags): use the build-in flag-package for argument parsing - thx to @gavinwade12
tldr - v1.0.1

Published by mstruebing about 7 years ago

  • dont add empty line between description lines
tldr - v1.0.0

Published by mstruebing about 7 years ago

initial release