blob: 33c04f36c27b849ed52afe42731301befac37f8d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
ghligh
======
ghligh can be used to manipulate pdf files in various ways.
### Usage:
- ghligh [flags]
- ghligh [command]
### Available Commands:
- `cat` cat shows highlights pdf files
- `completion` Generate the autocompletion script for the specified shell
- `export` export pdf highlights into json
- `hash` display the ghligh hash used to identify a documet [json]
- `help` Help about any command
- `import` import highlights from json file
- `info` display info about pdf documents [json]
- `ls` show files with highlights or tagged with 'ls' [unix]
- `tag` manage pdf tags
### Flags:
-h, --help help for ghligh
Use `ghligh [command] --help` for more information about a command.
|