-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
45 lines (31 loc) · 873 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# Skel Manager (skm)
Version, manipulate, and transport the backbone of your filesystem.
Skel Manager maintains a versioned skel directory. Such a directory is useful
for bootstrapping filesystems.
TODO synopsis
## Etymology
The name `skel` traditionally refers to the `/etc/skel/` directory. This directory is used to initialize new users' home directories.
In `skm` the meaning is slightly different:
* by default, the skel directory is not limited to /home
* the contents of skel evolve
* skel is synchronized in both directions
* skm can manage multiple names skels
## cli
- skm
- init
- diff-export|dex|de
- diff-import|dim|di
- export
- import
- link
- rm
- list|ls|show
- git
- edit
- watch
## Credits
- Grant Zvolsky
[Simple Password Store](https://www.passwordstore.org/) by Jason Donenfeld
## License
GPL-2.0