Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ali322/lok
harddisk stuff management
https://github.com/ali322/lok
golang sqlite3
Last synced: 10 days ago
JSON representation
harddisk stuff management
- Host: GitHub
- URL: https://github.com/ali322/lok
- Owner: ali322
- Created: 2018-08-13T10:33:13.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-21T02:18:55.000Z (about 4 years ago)
- Last Synced: 2024-10-11T09:14:41.681Z (about 1 month ago)
- Topics: golang, sqlite3
- Language: Go
- Size: 5.13 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lok
collect all your stuff in external harkdisk and provide fluent query command to locate
## Prerequisite
Lok requires Go >= 1.6
## Get Started
To run and develop Lok, you need to install Go and set Go Workspace properly
1. clone this repo
`git clone https://github.com/ali322/lok`
2. install all deps througn `dep`
`dep sync`
3. build and install
`go install`## License
[MIT License](http://en.wikipedia.org/wiki/MIT_License)