index.md - sites - public wiki contents of suckless.org | |
git clone git://git.suckless.org/sites | |
Log | |
Files | |
Refs | |
--- | |
index.md (397B) | |
--- | |
1 workingdir | |
2 ========== | |
3 | |
4 Description | |
5 ----------- | |
6 This patch allows user to specify the initial path st should use as WD | |
7 (working directory). | |
8 | |
9 Examples | |
10 -------- | |
11 Absolute path: | |
12 `st -d /usr/bin/` | |
13 | |
14 Relative path: | |
15 `st -d dev/st/` | |
16 or | |
17 `st -d ~/dev/st/` | |
18 | |
19 Download | |
20 -------- | |
21 * [st-workingdir-20200317-51e19ea.diff](st-workingdir-20200317-51e19ea.d… | |
22 | |
23 Authors | |
24 ------- | |
25 * David Gričar - <[email protected]> |