https://github.com/sea5kg/inventory-files
Program for inventory files on your computer (for linux)
https://github.com/sea5kg/inventory-files
inventory-files linux qt5 sqlite
Last synced: 3 months ago
JSON representation
Program for inventory files on your computer (for linux)
- Host: GitHub
- URL: https://github.com/sea5kg/inventory-files
- Owner: sea5kg
- License: mit
- Created: 2015-09-07T12:08:49.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2021-03-22T16:25:37.000Z (over 5 years ago)
- Last Synced: 2025-05-07T12:43:38.383Z (about 1 year ago)
- Topics: inventory-files, linux, qt5, sqlite
- Language: C++
- Homepage: https://sea5kg.ru/inventory-files/
- Size: 381 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# inventory-files
Program for inventory files on your computer (for linux)
### requriments
Qt >5
Note:
for install latest version
```
$ sudo apt-get install git-core qt5-default
```
### build
```sh
$ git clone https://github.com/sea-kg/inventory-files ~/inventory-files.git
$ cd ~/inventory-files.git
$ qmake
$ make
```
### run
```
$ ./inventory-files
```
# Install
## Ubuntu ppa
https://launchpad.net/~sea5kg/+archive/ubuntu/inventory-files
```
$ sudo add-apt-repository ppa:sea5kg/inventory-files
$ sudo apt-get update
$ sudo apt-get install inventory-files
```