eleking

command module
v0.0.0-...-684aa15 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 15, 2020 License: MIT Imports: 7 Imported by: 0

README

* eleking
This is a client for [[https://github.com/tldr-pages/tldr][tldr]].
* Install
#+BEGIN_SRC text 
$ go get github.com/kimitoboku/eleking
#+END_SRC

* Useage
#+BEGIN_SRC text 
$ eleking tar
https://raw.github.com/tldr-pages/tldr/master/pages/common/tar.md
tar
 Archiving utility.
 Optional compression with gzip / bzip.
 Create an archive from files:
  tar cf target.tar file1 file2 file3

 Create a gzipped archive:
  tar czf target.tar.gz file1 file2 file3

 Extract an archive in a target folder:
  tar xf source.tar -C folder

 Extract a gzipped archive in the current directory:
  tar xzf source.tar.gz

 Extract a bzipped archive in the current directory:
  tar xjf source.tar.bz2

 Create a compressed archive, using archive suffix to determine the compression program:
  tar caf target.tar.xz file1 file2 file3

 List the contents of a tar file:
  tar tvf source.tar

#+END_SRC

* In local useage
#+BEGIN_SRC text
$ mkdir $HOME/.config/tldr
$ cd $_
$ git clone https://github.com/tldr-pages/tldr.git
$ vim config.json
{
    "Documetns": ["dir/md/path", "/home/example/.config/tldr/tldr/pages/linux"]
}
#+END_SRC

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL