https://github.com/weakish/cinch
A manager of big files.
https://github.com/weakish/cinch
Last synced: about 1 month ago
JSON representation
A manager of big files.
- Host: GitHub
- URL: https://github.com/weakish/cinch
- Owner: weakish
- License: other
- Created: 2014-12-23T14:30:42.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2021-01-13T15:43:49.000Z (over 5 years ago)
- Last Synced: 2025-03-02T05:28:22.196Z (over 1 year ago)
- Language: Go
- Size: 90.8 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cinch
A manager of large files.
From WordNet 3.0 (2006)
> **cinch**
>
> - **noun** any undertaking that is easy to do
## Install
Compile from source and install to `/usr/local/bin`:
```sh
make
make install
```
Depending on your file system permission configuration, you may need to prefix the `make install` command with `sudo`.
If you want to install cinch to other directory, please edit the `config.mk` file.
The Makefile is compatible with both GNU and BSD make.
## Usage
```sh
cinch
```
Refer to DESIGN.md and source code (`cinch.go`) for more information.
## Reference
You may have interests in the following projects:
- git-annex
- [shatag](https://bitbucket.org/maugier/shatag)
- [shattr](https://github.com/weakish/shattr)
## Contributing
1. Fork it ( https://github.com/weakish/cinch/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request
The coding style I use: https://mmap.page/coding-style/go/
## License
0BSD