https://github.com/linarcx/neodm
Simple and lightweight download manager written in c++/ncurses.
https://github.com/linarcx/neodm
cpp download-manager libaria2 ncurses neo tui
Last synced: 11 months ago
JSON representation
Simple and lightweight download manager written in c++/ncurses.
- Host: GitHub
- URL: https://github.com/linarcx/neodm
- Owner: LinArcX
- License: gpl-3.0
- Archived: true
- Created: 2019-12-27T11:07:31.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-28T14:53:21.000Z (almost 6 years ago)
- Last Synced: 2025-03-02T05:15:21.981Z (about 1 year ago)
- Topics: cpp, download-manager, libaria2, ncurses, neo, tui
- Language: C++
- Homepage:
- Size: 1.18 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://asciinema.org/a/dK2lxcmSdjhrX0hpb7btywJxu)
## Installation
### Install it from source
You can install neodm by compiling from source, here's the list of dependencies required:
#### hostmake dependencies:
- `pkg-config`
- `cmake`
- `gcc` or `clang`
#### buildtime dependencies:
- `ncurses-devel`
- `sqlite-devel`
- `cdk`
- `libaria2-devel`
#### Building
```
git clone https://github.com/LinArcX/neodm
mkdir build; mkdir release; cd build
cmake -DCMAKE_BUILD_TYPE=RELEASE ../;
make
```
And finally, run it:
`./release/neodm`
## Who's Neo?
## Donate
- Bitcoin: `13T28Yd37qPtuxwTFPXeG9dWPahwDzWHjy`

- Monero: `48VdRG9BNePEcrUr6Vx6sJeVz6EefGq5e2F5S9YV2eJtd5uAwjJ7Afn6YeVTWsw6XGS6mXueLywEea3fBPztUbre2Lhia7e`

## License
