Update README.md
This commit is contained in:
14
README.md
14
README.md
@@ -32,7 +32,7 @@ pip2 install csvkit ncsv
|
|||||||
|
|
||||||
```
|
```
|
||||||
mkdir -p ~/lib/q-tools
|
mkdir -p ~/lib/q-tools
|
||||||
curl https://bitbucket.org/MoonQ/q-tools/get/HEAD.tar.gz | tar xz --strip 1 -C ~/lib/q-tools
|
curl https://git.six9.net/moonq/q-tools/archive/HEAD.tar.gz | tar xz --strip 1 -C ~/lib/q-tools
|
||||||
source ~/lib/q-tools/rc
|
source ~/lib/q-tools/rc
|
||||||
```
|
```
|
||||||
Add the to your startup scripts:
|
Add the to your startup scripts:
|
||||||
@@ -42,32 +42,30 @@ Add the to your startup scripts:
|
|||||||
|
|
||||||
```
|
```
|
||||||
mkdir -p ~/lib
|
mkdir -p ~/lib
|
||||||
git clone https://bitbucket.org/MoonQ/q-tools ~/lib/q-tools
|
git clone https://git.six9.net/moonq/q-tools ~/lib/q-tools
|
||||||
echo '. ~/lib/q-tools/rc' >> ~/.bashrc
|
echo '. ~/lib/q-tools/rc' >> ~/.bashrc
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
## Systemwide installation
|
## Systemwide installation
|
||||||
|
|
||||||
```
|
```
|
||||||
git clone https://bitbucket.org/MoonQ/q-tools /usr/local/share/q-tools
|
git clone https://git.six9.net/moonq/q-tools /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
|
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
|
ln -s /usr/local/share/q-tools/rc /etc/cron.weekly/q-tools
|
||||||
```
|
```
|
||||||
|
|
||||||
The last step ensures weekly updates
|
The last step ensures weekly updates
|
||||||
|
|
||||||
|
|
||||||
## Python modules
|
## Python modules
|
||||||
|
|
||||||
Markslider is a terminal slide presentation with markdown backend:
|
Markslider is a terminal slide presentation with markdown backend:
|
||||||
|
|
||||||
- `pipx install https://bitbucket.org/MoonQ/q-tools/raw/HEAD/py-packages/markslider.tgz`
|
- `pipx install https://git.six9.net/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"
|
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`
|
- `pipx install https://git.six9.net/moonq/q-tools/raw/HEAD/py-packages/TSVFilter.tgz`
|
||||||
|
|
||||||
SimpleWepPage: An HTML file index generator
|
SimpleWepPage: An HTML file index generator
|
||||||
|
|
||||||
- `pipx install https://bitbucket.org/MoonQ/q-tools/raw/HEAD/py-packages/SimpleWebPage.tgz`
|
- `pipx install https://git.six9.net/moonq/q-tools/raw/HEAD/py-packages/SimpleWebPage.tgz`
|
||||||
|
|||||||
Reference in New Issue
Block a user