markslide moved, testing tgz installers

This commit is contained in:
Q
2021-10-30 10:46:14 +03:00
parent ecd8a10c5d
commit 533a663eaf
14 changed files with 42 additions and 47 deletions

View File

@@ -58,11 +58,16 @@ ln -s /usr/local/share/q-tools/rc /etc/cron.weekly/q-tools
The last step ensures weekly updates
## Separate tools
## Python modules
The Markslider slide viewer can be installed with:
```
pip2 install https://bitbucket.org/MoonQ/q-tools/raw/HEAD/reporting/markslider.tar.gz
```
Markslider is a terminal slide presentation with markdown backend:
- `pipx install https://bitbucket.org/MoonQ/q-tools/raw/HEAD/py-packages/markslider.tgz`
TSVFilter: a TSV (or CSV) filtering with simple syntax. Limit printed rows by matching header names and operators, ex. "Column1>0.5,Column2==10"
- `pipx install https://bitbucket.org/MoonQ/q-tools/raw/HEAD/py-packages/TSVFilter.tgz`
SimpleWepPage: An HTML file index generator
- `pipx install https://bitbucket.org/MoonQ/q-tools/raw/HEAD/py-packages/SimpleWebPage.tgz`