binary releases

This commit is contained in:
Q
2025-11-04 09:52:10 +02:00
parent c2c703aec4
commit 063266985b
3 changed files with 53 additions and 28 deletions

View File

@@ -24,7 +24,6 @@ the installation commands.
```
sudo apt-get install git sqlite3 python3 python3-magic python3-pip python3-gtk2 sc \
gnuplot wget vim rsync curl pv
pip2 install csvkit ncsv
```
@@ -32,24 +31,17 @@ pip2 install csvkit ncsv
```
mkdir -p ~/lib/q-tools
curl https://git.six9.net/moonq/q-tools/archive/HEAD.tar.gz | tar xz --strip 1 -C ~/lib/q-tools
curl -L https://six9.net/software/q-tools/current.tar.gz | tar -xz -C ~/lib/q-tools
source ~/lib/q-tools/rc
```
Add the to your startup scripts:
`echo '. ~/lib/q-tools/rc' >> ~/.bashrc`
## Installation in user home
```
mkdir -p ~/lib
git clone https://git.six9.net/moonq/q-tools ~/lib/q-tools
echo '. ~/lib/q-tools/rc' >> ~/.bashrc
```
## Systemwide installation
```
git clone https://git.six9.net/moonq/q-tools /usr/local/share/q-tools
mkdir -p /usr/local/share/q-tools
curl -L https://six9.net/software/q-tools/current.tar.gz | tar -xz -C /usr/local/share/q-tools
echo '[ -e /usr/local/share/q-tools/rc ] && . /usr/local/share/q-tools/rc' >> /etc/profile.d/q-tools.sh
ln -s /usr/local/share/q-tools/rc /etc/cron.weekly/q-tools
```
@@ -60,12 +52,12 @@ The last step ensures weekly updates
Markslider is a terminal slide presentation with markdown backend:
- `pipx install https://git.six9.net/moonq/q-tools/raw/HEAD/py-packages/markslider.tgz`
- `pipx install https://six9.net/py/markslider/current.tar.gz`
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://git.six9.net/moonq/q-tools/raw/HEAD/py-packages/TSVFilter.tgz`
- `pipx install https://six9.net/py/TSVFilter/current.tar.gz`
SimpleWepPage: An HTML file index generator
- `pipx install https://git.six9.net/moonq/q-tools/raw/HEAD/py-packages/SimpleWebPage.tgz`
- `pipx install https://six9.net/py/SimpleWebPage/current.tar.gz`