djwisdom
7925d51c45
Base: Add new Magnifier help documentation
2022-09-01 23:30:12 +00:00
djwisdom
681490c35c
Base: Add new MouseSettings.md help document
2022-08-28 20:24:28 +01:00
djwisdom
88db594691
Base: Add new Mouse.md help document
2022-08-28 20:24:28 +01:00
djwisdom
83dd8f12de
Base: Update Terminal's help documentation
2022-08-28 19:48:17 +01:00
MacDue
ffc0f9550d
Base: Add the -h/--hide-window option to the Eyes manpage
2022-08-25 13:42:17 +02:00
Sam Atkins
913412e0c5
Browser+Base: Allow opening multiple URLs at once from command line
...
This lets you run `br example.com wikipedia.org some/local/file.html` in
one go and have them all opened as tabs.
2022-08-13 23:32:52 +02:00
djwisdom
834d936bbc
Base: Add HexEditor manual
2022-08-07 17:31:17 +00:00
djwisdom
449935e096
Base: Update FontEditor manual use images with improved resolution
2022-08-05 13:56:15 +02:00
djwisdom
c72482da54
Base: Update ImageViewer manual improve description
2022-08-02 07:47:43 +00:00
networkException
85b133d47f
Utilities+Base: Rename pape
utility to wallpaper
2022-08-02 04:04:08 +00:00
Chase Struck
835d516d10
Base: Add more manpages
...
This commit adds manpages for About(1), AnalogClock(1), Assistant(1),
Browser(1), Calculator(1), and Calendar(1).
2022-07-29 20:48:04 +00:00
demostanis
ef2d4b9ed6
Base: Add sort(1) man page
2022-07-28 00:44:08 +00:00
Tim Schumacher
c1ab29b73c
du: Fix a typo in the --exclude-from
option
2022-07-24 13:32:51 +01:00
kleines Filmröllchen
fb7cd7b340
Documentation: Merge UsingFontEditor into existing FontEditor manpage
...
The generate-manpages script needs to be updated again to handle the new
PNGs in section 1. (I'm intentionally not making this a multi-directory
glob.)
2022-07-11 11:35:56 +02:00
Russell
cfea934cc8
Base: Add uptime(1) manpage
2022-07-10 11:41:45 +01:00
Linus Groh
cc4bb59a7e
Playground: Rename the application to GMLPlayground
...
Just "Playground" is too generic and doesn't match the general rule of
"application name equals display name minus spaces".
2022-06-28 21:10:10 +01:00
Andreas Kling
a786b374b6
Utilities: Remove ddate
joke program
2022-06-15 17:15:04 +02:00
Chase Struck
fc8b74f8b4
Base: Add a man-page for pwd(1)
2022-06-13 17:44:54 -07:00
Ariel Don
c77cdd8cad
Base: Write man page for touch(1)
2022-05-26 15:34:55 +02:00
Maciej
06c90b35ec
ifconfig: Stop supporting setting/displaying default gateway
...
The `route` command allows more sophiscated control over routing tables
now, and supporting this in ifconfig is no longer meaningful.
2022-05-01 13:34:27 +02:00
Dylan Katz
a79896bb44
Documentation+SQLStudio: Add manual page for SQL Studio
2022-04-22 09:57:40 +02:00
brapru
a7bb3fe7a8
netstat: Add the wide flag option
...
Previously netstat would print the whole line of an ip address or
resolved hostname. If the hostname was longer than the address column
length, it would push following columns into disaligned output.
This sets the default behavior to truncate any IP address or symbolic
hostname that is larger than the maximum address column size to provide
cleaner output. In the event the user wishes to see the whole address
name, they can then pass the wide option that will output as wide as
necessary to print the whole name.
2022-04-21 13:17:29 +02:00
Sam Atkins
f240def414
LibCore: Allow inspecting any process launched with MAKE_INSPECTABLE=1
...
For now, EventLoop and Application still have a make_inspectable
parameter, so that when working on an application you can temporarily
hard-code it to be inspectable rather than having to set the env var
each time.
2022-04-18 12:57:34 +02:00
fanzidanzhidi
06ebdf82f7
Base: Add su(1) manpage
...
Base: Add su(1) manpage
Base: Add su(1) manpage
2022-04-15 00:22:37 +02:00
sin-ack
8214a935ab
LibCore+Base: Hide empty options sections in manpages
2022-04-06 11:39:08 +02:00
sin-ack
cbc89632b9
LibCore+Base: Add way to hide ArgsParser opt.s from specific usage texts
...
This adds the ability to hide certain options from certain help texts.
`--complete` is always hidden, whereas `--help` and `--version` are
hidden from Markdown help text only.
Note that in all cases these three options are hidden from the short
usage line.
2022-04-06 11:39:08 +02:00
Brendan Coles
fd6d87df82
netstat: Resolve ports to service names
2022-04-03 12:08:41 +02:00
Ali Mohammad Pur
37073437c1
Base: Regenerate automatically generated manpages
2022-03-26 21:34:56 +04:30
Brian Gianforcaro
16bee0ba79
Everywhere: Move js/web/wasm tests under /home/anon/Tests
2022-03-20 22:20:59 +01:00
Brian Gianforcaro
67fc81a65a
Everywhere: Move cpp-tests under /home/anon/Tests
2022-03-20 22:20:59 +01:00
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