From 17fb6add26291b31f7020e3551a7c8487130a747 Mon Sep 17 00:00:00 2001 From: "F.O." <scrotadamus@insiberia.net> Date: Sun, 16 Feb 2025 17:56:08 +0100 Subject: genesi --- README.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..33c04f3 --- /dev/null +++ b/README.md @@ -0,0 +1,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. -- cgit v1.2.3