index.md - sites - public wiki contents of suckless.org | |
git clone git://git.suckless.org/sites | |
Log | |
Files | |
Refs | |
--- | |
index.md (738B) | |
--- | |
1 Built-in downloading with console display | |
2 ========================================= | |
3 | |
4 Description | |
5 ----------- | |
6 | |
7 This patch removes the original downloading method of calling | |
8 an external tool and adds built-in support for downloads, along with | |
9 a simple console display with a list of downloads. | |
10 | |
11 To open the downloads list, press Ctrl+D. This list must be manually | |
12 refreshed: simply press enter to do so. If you enter `clean` as a comman… | |
13 the list will be cleared. The shell command called to show the downloads | |
14 is defined by the macro `DLSTATUS` in the `config.def.h` file. | |
15 | |
16 Download | |
17 -------- | |
18 | |
19 * [surf-dlconsole-20190919-d068a38.diff](surf-dlconsole-20190919-d068a38… | |
20 | |
21 Author | |
22 ------ | |
23 | |
24 * danoloan10 <[email protected]> |