@stefanschramm/qxs
v0.0.18
Published
qxs command line utility
Readme
qxs
qxs is a command line utility that provides quick access to trovu.net's shortcut database.
It tries to re-implement most of Trovu's functionality, however, some more sophisticated features (like replacing city names or time/date in query placeholders) are currently missing.
Installation
sudo npm install -g @stefanschramm/qxsUsage (Examples)
qxs w Berlin
qxs en.w Berlin
qxs bvg Alexanderplatz, Hermannplatz
qxs yt kittenTo get a list of available command line options call
qxs --helpConfiguration
To configure namespaces, language and country, create a ~/.qxs.yml with the following content (example):
namespaces:
- o
- de
- .de
language: de
country: de
browser: openFor namespaces, most configuration options of trovu.net should work.
Uninstalling qxs
sudo npm uninstall -g @stefanschramm/qxsInstallation (development)
git clone https://github.com/stefanschramm/qxs.git
cd qxs
npm ci # install dependencies
npm run build # call TypeScript compiler
sudo npm install -g . # install command globally