Sam Atkins
11ab8ee80a
Base: Add a man-page for cmp(1)
2022-03-19 11:01:49 -07:00
Daniel Bertalan
7bd68c86d3
date: Allow using a custom format string
...
This commit adds an optional string positional argument which is used a
custom format string for the date.
2022-03-08 23:30:47 +01:00
Kyle Anthony Williams
0abdecf2b6
Base: Move EchoServer man page to section 8
2022-02-28 14:01:41 +01:00
Kyle Anthony Williams
0c33b494b8
Base: Combine TelnetServer man pages :^)
...
Two different man pages for TelnetServer could be found in sections
1 and 8 of Serenity's manual. This patch combines both and places
the page in section 8.
2022-02-28 14:01:41 +01:00
Kyle Anthony Williams
f5c517015d
Base: Change gist of Shell man page
...
Pre-patch, the man page encased the name of the program in quotes,
which is inconsistent with other man pages, unnecessarily
repeated "Shell" in the gist, and included "the" in the gist,
which is also inconsistent with other man pages.
2022-02-28 14:01:41 +01:00
Kyle Anthony Williams
2266020bc0
Base: Add gists to man pages that lack one
...
Sources:
Eyes: https://www.x.org/releases/X11R7.6/doc/man/man1/xeyes.1.xhtml
wc: FreeBSD manual.
2022-02-28 14:01:41 +01:00
Kyle Anthony Williams
aae047e347
Base: Move WebServer man page to section 8
2022-02-28 14:01:41 +01:00
Kyle Anthony Williams
aedf6042a9
Base: Add "Open" link to Eyes, Help man pages
2022-02-28 14:01:41 +01:00
networkException
692757c489
Base: Use "Library Functions" instead of "Libraries" for man section 3
2022-02-25 12:06:31 -05:00
networkException
9279dd783b
Everywhere: Use title case for man section titles
...
In addition to the section headings on man.serenityos.org,
all occurances of man section titles are now formatted in title case.
2022-02-25 12:06:31 -05:00
Anton Kling
1ad7aa7136
ls: Add option -1 which lists one file per line
2022-02-19 18:18:13 -08:00
dayarthvader
5a94402b60
Utilities/nc: Add support to -I/--length option like SO_RCVBUF
2022-02-18 10:43:10 +01:00
Tim Schumacher
b689e8b7f4
tar: Automatically recognize gzip archives
2022-02-18 10:41:44 +01:00
Tim Schumacher
4487e515f7
Base: Update the tar manpage
2022-02-18 10:41:44 +01:00
serenitydev
083b58fd89
Utilities: Add the 'files' argument to the unzip utility
2022-02-16 10:57:14 +03:30
Jakub Berkop
6218ec8afa
profile: Document "read" profiling event
2022-02-14 11:38:13 +01:00
Timothy Flynn
19d4f52a9e
js: Add a command line argument to evaluate a string as a script
...
For example:
$ js -c "console.log(42)"
42
2022-02-10 10:26:12 +00:00
Miika Hämynen
46ed6303a2
less: Add hotkeys f and b to scroll screen up/down
2022-02-06 13:44:53 +01:00
Timur Sultanov
6edb34aa56
Base: Update keymap man page to include new functionality
...
Adding examples on how to use keymap tool to set a list of keymaps
2022-02-03 00:47:22 +01:00
Timothy Flynn
93e90e16c3
Base: Add a man page for the timezone utility
2022-01-28 23:18:17 +00:00
Daniel Bertalan
b509d8a2f7
Utilities/readelf: Add support for printing the content of sections
2022-01-24 10:41:47 +00:00
Liav A
b0790260f8
Base: Add a note on the possibility of failure with the beep utility
2022-01-23 00:40:54 +00:00
Brian Gianforcaro
64dfb3a28f
Base: Add icons to man pages for GUI applications
...
Differentiate GUI applications in man pages with icons.
This is the revert of the revert commit, now that the icon processing
was fixed in 89c0f84a28
.
Revert: dae298e9df
Original: 74238d0aba
Co-authored-by: electrikmilk <brandonjordan124@gmail.com>
2022-01-17 03:38:54 -08:00
Brian Gianforcaro
dae298e9df
Revert "Base: Add icons to man pages for GUI applications"
...
This reverts commit 74238d0aba
.
2022-01-17 00:47:01 -08:00
electrikmilk
74238d0aba
Base: Add icons to man pages for GUI applications
...
Differentiate GUI applications in man pages with icons.
2022-01-16 22:41:31 -08:00
Sam Atkins
83a9661c04
CharacterMap+Base: Add man page for Character Map :^)
2022-01-16 11:17:03 +01:00
kleines Filmröllchen
0424a4aa71
Base: Modernize aplay documentation
...
Aplay's documentation is updated to reflect the new -s flag.
Additionally, "sound" has been replaced by "audio", reflecting the
application name. (It's also a more general term in my opinion, but
that's debatable.)
2022-01-14 21:37:23 +01:00
kleines Filmröllchen
98c0c5e9e6
Help+Base: Add help://man URLs for links between man pages
...
The URLs of the form `help://man/<section>/<page>` link to another help
page inside the help application. All previous relative page links are
replaced by this new form. This doesn't change any behavior but it looks
much nicer :^)
Note that man doesn't handle these new links, but the previous relative
links didn't work either.
2022-01-11 00:24:57 +01:00
kleines Filmröllchen
becf74097e
Help: Directly launch an app from its help page
...
Through links in the help page, the user can directly launch the app
whose help page is currently viewed. The idea for this feature came up
in the discussion of #11557
(https://github.com/SerenityOS/serenity/pull/11557#issuecomment-1004830728
). The intention is that the user can simply open the app they are
currently trying to understand, and play around with it, learn by doing,
or follow along with any guide that may be present in the help page. It
feels very great :^)
2022-01-11 00:24:57 +01:00
anarchyrucks
75e31a4749
Base: Add uniq(1) manpage
2022-01-09 04:27:26 -08:00
Liav A
ff25958b51
Userland: Introduce the pmemdump utility
...
This utility helps to dump the physical memory space from /dev/mem.
It supports both read(2) and mmap(2) on it so we could use mmap(2) for
fast dumping of the memory, or read(2) when we need to read unaligned
physical regions.
2022-01-08 13:21:16 +02:00
mjz19910
10ec98dd38
Everywhere: Fix spelling mistakes
2022-01-07 15:44:42 +01:00
Mathieu PATUREL
571d090609
profile: Specify the /proc/profile path in the help message
2022-01-04 07:56:54 +00:00
Xavier Defrang
b17fef5133
mkdir: Use FilePermissionsMask to handle mode option
2022-01-01 17:33:43 +00:00
salaaad2
d364c8e352
Base: Add manpages for cut, diff, head & rmdir command line utilities
2021-12-29 20:42:18 -08:00
Xavier Defrang
6ca34f5647
mkdir: Implement --mode option
...
Only supports permissions given in octal format
at the moment.
2021-12-21 13:13:04 -08:00
kleines Filmröllchen
102e0af867
Base: Add documentation for abench
...
See #11311 :^)
2021-12-20 23:15:22 -08:00
Sam Atkins
f11fbb6415
Base: Add a man page for Help
...
This is largely copied from the `man` man page, since the same
information applies.
2021-12-20 10:58:41 -08:00
Liav A
a875083739
Base: Add shutdown(1) manpage
2021-12-19 11:13:58 -08:00
Liav A
f94dacf90e
Base: Add reboot(1) manpage
2021-12-19 11:13:58 -08:00
networkException
121bcc267d
Base: Add rm(1) manpage
2021-12-19 11:03:29 -08:00
Tim Schumacher
0ca63cfd6e
find: Implement support for multiple directories
2021-12-03 15:39:00 +01:00
Idan Horowitz
58397f356f
js: Add command line flag for disabling source line hints
2021-11-24 18:05:24 +00:00
Idan Horowitz
11d1950e74
js: Add command line flag for disabling ANSI colors
2021-11-24 18:05:24 +00:00
Idan Horowitz
c7d2df45b9
Base: Add missing js(1) command line options
2021-11-24 18:05:24 +00:00
faxe1008
06cb526feb
config: Add option to remove config key
2021-11-14 22:42:52 +01:00
Tim Schumacher
2e8330f78c
Utilities/tr: Rework squeezing to be supported during more operations
2021-11-13 23:34:49 +01:00
Linus Groh
81786f6abe
Base: Update synopsis of grep(1) and tr(1) manpages as well
2021-11-12 21:59:25 +00:00
Linus Groh
2a04f1fa80
Base: Add missing options to grep(1) and tr(1) manpages
2021-11-12 21:56:02 +00:00
Ben Wiederhake
1d777073fd
grep: Add ability to output line numbers
2021-11-06 08:57:05 -07:00