Skip to content

Commit 58d232a

Browse files
committed
Human readable master TOC items
1 parent 5c8c549 commit 58d232a

File tree

1 file changed

+54
-54
lines changed

1 file changed

+54
-54
lines changed

README.md

Lines changed: 54 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -8,97 +8,97 @@ Includes Linux concepts and utilities that work on Linux, not necessarily in the
88

99
Important files:
1010

11-
- [ubuntu/install.sh](ubuntu/install.sh): Ubuntu install methods many programs.
12-
- [utils.sh](utils.sh): dump of many utils that fit in no other category or are not large enough to get their own file. Many POSIX utilities.
11+
- [ubuntu/install](ubuntu/install.sh): Ubuntu install methods many programs.
12+
- [utils](utils.sh): dump of many utils that fit in no other category or are not large enough to get their own file. Many POSIX utilities.
1313

1414
Documentation viewers:
1515

16-
- [man.sh](man.sh)
17-
- [info.sh](info.sh)
16+
- [man](man.sh)
17+
- [info](info.sh)
1818

1919
Base standards:
2020

21-
- [linux.md](linux.md): Linux, LSB.
22-
- [posix.md](posix.md): POSIX standards.
21+
- [Linux](linux.md): Linux, LSB.
22+
- [POSIX](posix.md)
2323

2424
Kernel related:
2525

26-
- [kernel/](kernel/)
27-
- [system-call/](system-call/)
26+
- [Kernel](kernel/)
27+
- [System Call](system-call/)
2828

2929
Initialization:
3030

31-
- [install-os.md](install-os.md): how to install a new OS.
32-
- [boot.md](boot.md)
33-
- [init.md](init.md): System V, Upstart.
31+
- [Install OS](install-os.md): how to install a new OS.
32+
- [Boot](boot.md)
33+
- [Init](init.md): System V, Upstart.
3434

3535
Base topics:
3636

37-
- [desktop/](desktop/): X, XDG, GNOME, KDE and related utilities.
38-
- [filesystem.md](filesystem.md): POSIX file permissions.
39-
- [file-permissions.md](file-permissions.md): filesystem, hard disks, mounting, partitions.
40-
- [special-files.md](special-files.md): `proc`, `dev` and `sys` filesystems.
41-
- [terminal.md](terminal.md): terminal emulators, ANSI escapes, control characters.
37+
- [Desktop](desktop/): X, XDG, GNOME, KDE and related utilities.
38+
- [Filesystem](filesystem.md): POSIX file permissions.
39+
- [File permissions](file-permissions.md): filesystem, hard disks, mounting, partitions.
40+
- [Special files](special-files.md): `proc`, `dev` and `sys` filesystems.
41+
- [Terminal](terminal.md): terminal emulators, ANSI escapes, control characters.
4242

4343
Media video, games, etc.) file types, viewers, editors, capture, synthesizers:
4444

45-
- [audio/](audio/): audio, music, sound.
46-
- [book.md](book.md): PDF, DJVU.
47-
- [compression.md](compression.md): Zip, tar, gzip, 7z.
48-
- [dict.md](dict.md): dictionary formats.
49-
- [game.md](game.md): games, emulation.
50-
- [file-sharing.md](files-sharing.md): Soulseek, Dropbox.
51-
- [image/](image/): images, photos.
52-
- [markup](markup/): Markdown, RST. Focus on command line interface and extensions.
53-
- [video.md](video.md): videos, films, subtitles.
45+
- [Audio](audio/): audio, music, sound.
46+
- [Book](book.md): PDF, DJVU.
47+
- [Compression](compression.md): Zip, tar, gzip, 7z.
48+
- [Dictionary](dictionary.md): dictionary formats.
49+
- [Game](game.md): games, emulation.
50+
- [File sharing](files-sharing.md): Soulseek, Dropbox.
51+
- [Image](image/): images, photos.
52+
- [Markup](markup/): Markdown, RST. Focus on command line interface and extensions.
53+
- [Video](video.md): videos, films, subtitles.
5454

5555
Generic data formats:
5656

57-
- [json.md](json.md)
58-
- [unicode.md](unicode.md)
59-
- [xml/](xml/)
57+
- [JSON](json.md)
58+
- [Unicode](unicode.md)
59+
- [XML](xml/)
6060

6161
File and directory related utilities:
6262

63-
- [du.md](du.md)
64-
- [fdupes.md](fdupes.md)
65-
- [find.md](find.md)
66-
- [locate.md](locate.md)
67-
- [ls.md](ls.md)
68-
- [tree.md](tree.md)
63+
- [du](du.md)
64+
- [fdupes](fdupes.md)
65+
- [find](find.md)
66+
- [locate](locate.md)
67+
- [ls](ls.md)
68+
- [tree](tree.md)
6969

7070
Programming tools:
7171

72-
- [compile/](compile/): compilation process, dynamic libraries.
73-
- [ack.sh](ack.sh)
72+
- [ack](ack.sh)
73+
- [Compile](compile/): compilation process, dynamic libraries.
7474

7575
Process-related tools:
7676

77-
- [chroot.sh](chroot.sh)
78-
- [env.sh](env.sh)
79-
- [free.md](env.md)
80-
- [htop.md](htop.md)
81-
- [jobs.sh](jobs.sh)
82-
- [lsof.md](lsof.md)
83-
- [nice.sh](nice.sh)
84-
- [nohup.sh](nohup.sh)
85-
- [ps.md](ps.md)
86-
- [pstree.sh](pstree.sh)
87-
- [pwd.sh](pwd.sh)
88-
- [sleep.sh](sleep.sh)
89-
- [top.md](top.md)
90-
- [ulimit.md](ulimit.md)
91-
- [wait.sh](wait.sh)
77+
- [chroot](chroot.sh)
78+
- [env](env.sh)
79+
- [free](env.md)
80+
- [htop](htop.md)
81+
- [jobs](jobs.sh)
82+
- [lsof](lsof.md)
83+
- [nice](nice.sh)
84+
- [nohup](nohup.sh)
85+
- [ps](ps.md)
86+
- [pstree](pstree.sh)
87+
- [pwd](pwd.sh)
88+
- [sleep](sleep.sh)
89+
- [top](top.md)
90+
- [ulimit](ulimit.md)
91+
- [wait](wait.sh)
9292

9393
Cryptography:
9494

95-
- [gpg.md](gpg.md)
95+
- [GPG](gpg.md)
9696

9797
Other tools:
9898

99-
- [eval.sh](eval.sh)
99+
- [eval](eval.sh)
100100

101-
[virtual-machine.md/](virtual-machine/): Vagrant, Docker.
101+
[Virtual machine](virtual-machine/): Vagrant, Docker.
102102

103103
Related subjects in other repositories:
104104

0 commit comments

Comments
 (0)