Skip to content

Latest commit

 

History

History
70 lines (66 loc) · 1.7 KB

File metadata and controls

70 lines (66 loc) · 1.7 KB
  • install
makepkg -si
  • Usage
Usage: /usr/bin/ref <shell-command> <filename>
e.g.: /usr/bin/ref echo cpp
e.g.: /usr/bin/ref ls cpp
e.g.: ls -l /usr/share/ref/languages/cpp.md
e.g.: /usr/bin/ref nvim cpp
e.g.: /usr/bin/ref glow cpp
e.g.: /usr/bin/ref microsoft-edge-stable cpp
  • overview
.
├── color
│   └── color.md
├── ds
│   └── ds.md
├── languages
│   ├── +cmakelist.md
│   ├── c.md
│   ├── cpp.md
│   ├── ebnf.md
│   ├── json.md
│   ├── lua.md
│   ├── +makefile.md
│   ├── markdown.md
│   ├── py.md
│   ├── regexp.md
│   ├── res
│   │   └── markdown_rc
│   ├── shell.md
│   ├── +unix.md
│   └── yaml.md
├── major
│   ├── antiq60.md
│   ├── antiq60translate.md
│   ├── biology.md
│   ├── chem.md
│   ├── chinese.md
│   ├── colorful_pdf
│   │   ├── 60.md.pdf
│   │   ├── 60translate.md.pdf
│   │   ├── biology.md.pdf
│   │   ├── chem.md.pdf
│   │   ├── chinese.md.pdf
│   │   ├── electrode_potential.md.pdf
│   │   ├── english.md.pdf
│   │   ├── math.md.pdf
│   │   ├── physics.md.pdf
│   │   └── review.md.pdf
│   ├── electrode_potential.md
│   ├── english.md
│   ├── math.md
│   ├── physics.md
│   └── review.md
└── tools
    ├── +blender.md
    ├── +docker.md
    ├── +gdb.md
    ├── +git.md
    └── vim.md