Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/msooon/infosystem
A shell based information management system
https://github.com/msooon/infosystem
Last synced: 5 days ago
JSON representation
A shell based information management system
- Host: GitHub
- URL: https://github.com/msooon/infosystem
- Owner: msooon
- License: gpl-3.0
- Created: 2015-09-18T11:17:29.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-01-21T21:02:15.000Z (almost 3 years ago)
- Last Synced: 2024-08-02T12:51:00.542Z (3 months ago)
- Language: Shell
- Size: 77.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-starred - msooon/infosystem - A shell based information management system (others)
README
# infosystem
A shell based information management system (2010-2015)You can watch an intro here:
http://msoon.kochab.uberspace.de/infosystem_intro.webm (better download)##Install
we need the following tools:
git, bc, wget, sqlite3, sed, gawk, curl, surfraw (only for option -g)
and some editor like vim or nano defined in $EDITOR
export EDITOR="/usr/bin/vim" #or nano or something else
in ~/.bashrcgit clone https://github.com/msooon/infosystem.git
cd infosystem
edit files: config and install.sh
chmod +x *.sh
as superuser: ./install.sh
###further notes
also helpful is:
echo "set completion-ignore-case On" >> ~/.inputrcfiles and instructions for mobile use will follow.