Linus Groh
ee41d6e154
Base: Rename some keymaps to use xx-xx format where appropriate
...
- en.json -> en-us.json
- gb.json -> en-gb.json
- ptbr.json -> pt-br.json
- ptpt.json -> pt-pt.json
2021-02-02 16:53:11 +01:00
Linus Groh
22df4727b1
Base: Update crash(1) man page
...
Update the outdated list of options, mention UserspaceEmulator, update
example shell output.
2021-01-26 11:40:08 +01:00
asynts
ea7b7d8ceb
Everywhere: Replace a bundle of dbg with dbgln.
...
These changes are arbitrarily divided into multiple commits to make it
easier to find potentially introduced bugs with git bisect.
2021-01-22 22:14:30 +01:00
Linus Groh
421587c15c
Everywhere: Fix typos
2021-01-22 18:41:29 +01:00
Brendan Coles
aa8cb35b90
TextEditor: Add help documentation
2021-01-16 19:35:08 +01:00
Brendan Coles
d0a9954f0e
Userland: Add ddate utility
...
Today is Boomtime, day 7 of Chaos, in the YOLD 3187
2021-01-08 09:42:43 +01:00
Brendan Coles
fb9eb20544
date: Use ArgsParser and add ISO8601 / RFC3339 / RFC5322 output formats
2021-01-07 20:17:44 +01:00
Brendan Coles
81c5b35dce
Base: Add tar man page documentation
2021-01-06 15:40:26 +01:00
Brendan Coles
5c0c4f4b2d
Playground: Support opening gml file by path as command line argument
2021-01-05 17:12:54 +01:00
Brendan Coles
1f03b6ad57
Playground: Add help documentation
2021-01-04 18:50:26 +01:00
Brendan Coles
4d32121293
man: Rename manual section 1 to "User programs"
2021-01-03 17:14:50 +01:00
Brendan Coles
35fe1b39a2
FontEditor: Add help documentation
2021-01-03 13:22:00 +01:00
Brendan Coles
a50583ade1
Base: Add Terminal man page documentation
2021-01-02 11:43:42 +01:00
Brendan Coles
c006952aeb
Base: Add pape man page documentation
2020-12-29 01:02:01 +01:00
Brendan Coles
b71edba06d
Userland: Add pmap utility
2020-12-24 13:22:24 +01:00
Brendan Coles
b9d99849ad
Userland: Add beep utility
2020-12-16 17:29:28 +01:00
Brendan Coles
3c9a3a9405
EchoServer: Add a simple echo server
2020-12-16 17:29:12 +01:00
Sergey Bugaev
952c0dc2a0
Userland: Implement find -name clause
...
Closes https://github.com/SerenityOS/serenity/issues/4191
2020-11-28 14:28:58 +01:00
Andreas Kling
b413c7ae6a
ls: Only append file type indicators when -F or --classify is specified
2020-11-11 20:46:06 +01:00
Nico Weber
5fcd34b810
Userland: Add an "adjtime" utility
...
It's a thin userland wrapper around adjtime(2). It can be used
to view current pending time adjustments, and root can use it to
smoothly adjust the system time.
As far as I can tell, other systems don't have a userland utility
for this, but it seems useful. Useful enough that I'm adding it to
the lagom build so I can use it on my linux box too :)
2020-11-10 19:03:08 +01:00
Brendan Coles
28abfd6290
Userland: ls: Add -d
/ --directory
flag
2020-11-10 18:56:27 +01:00
Brendan Coles
7e0204fb41
Userland: ls: Add -o
and -B
/ --ignore-backups
flags
...
* `-B`, --ignore-backups`: Do not list implied entries ending with ~
* `-o`, In long format, do not show group information
2020-11-10 14:22:49 +01:00
Brendan Coles
0058d28a73
Base: Add ls man page documentation
2020-11-10 12:04:26 +01:00
AnotherTest
a935a31ecf
Userland: Add an implementation of 'expr'
...
This implements all expressions except 'match', which errors out when executed.
Closes #1124 ?
2020-10-29 11:53:01 +01:00
AnotherTest
0341e3fde7
Base: Add a manpage for 'printf'
2020-10-22 17:49:03 +02:00
Linus Groh
57e7b2f8e4
Base: Update test-js(1) man page
2020-10-19 11:29:55 +02:00
Linus Groh
bcfc6f0c57
Everywhere: Fix more typos
2020-10-03 12:36:49 +02:00
Linus Groh
91bcad7cce
Base: Add missing options to the Shell(1) man page
2020-10-02 14:40:54 +02:00
AnotherTest
68189f80cc
Shell: Document the use of environment/local variables
2020-08-18 16:58:17 +02:00
AnotherTest
0950fd1438
Shell: Start writing a man page
...
This patch adds two man pages describing the parts of the shell that
have been so far finalised.
2020-08-14 10:31:52 +02:00
Linus Groh
8f3151eea8
Base: Add link to test-common.js in test-js(1) man page
...
This is an easy way to view this file as the link will open it in Text
Editor :^)
2020-07-07 17:42:50 +02:00
Linus Groh
4c845b35ac
Base: Add man page for test-js(1)
2020-07-07 10:39:48 +02:00
Linus Groh
8b76a1e548
js: Remove test mode
...
Now that we have a standalone test-js program, the "-t" test mode of the
js REPL is unused and can simply be removed. Required functionality has
been duplicated in test-js (isStrictMode function, loading of testing
utilities).
Also remove outdated information about tests from the js(1) man page.
2020-07-07 00:21:30 +02:00
Sahan Fernando
0fc8931d5f
Userland: Add watch tool
2020-06-30 12:46:23 +02:00
AnotherTest
880c3fb83f
Userland: Add a 'test' utility
...
This adds an incomplete implementation of the test util, missing some
user/group checks, and `-l STRING`.
It also symlinks '[' to 'test'.
2020-06-27 16:08:52 +02:00
Tom Lebreux
605a21b892
Userland: Add base64 tool
2020-06-18 23:21:41 +02:00
Sergey Bugaev
fd985b1f48
Base: Document readlink(1) and readlink(2) :^)
2020-06-17 15:02:03 +02:00
Sergey Bugaev
4643f51eaa
Base: Document find(1)
2020-06-06 14:42:31 +02:00
AnotherTest
ca6e361279
Base: Add manpage for xargs
2020-05-28 11:01:08 +02:00
Andres Vieira
cbbfc08f1d
Docs: Add unzip(1) man page
2020-05-09 23:50:44 +02:00
Linus Groh
e37065cc8b
Base: Update js(1) manpage
...
Syntax highlighting is now enabled by default!
2020-05-02 01:23:50 +02:00
Linus Groh
8f2300afb5
mkdir: Add -p option to create parent directories
2020-04-28 09:36:09 +02:00
Linus Groh
6fd7966d81
mkdir: Use ArgParser, support creating multiple directories
2020-04-28 09:36:09 +02:00
Linus Groh
440f017946
Base: Update js(1) manpage
...
- Include all options
- Update example REPL session to match current output
- Mention REPL's help()
- Add test mode section
2020-04-19 15:22:31 +02:00
Sergey Bugaev
15daf88e93
Base: Document open(1)
2020-04-19 11:14:26 +02:00
Sergey Bugaev
db4da68618
Base: Add a man page for js(1)
...
This also changes --ast-dump to --dump-ast, because I like it better
and that is what the variable is actually called.
2020-03-26 08:18:08 +01:00
howar6hill
83668299a6
host: Use ArgsParser to parse arguments, and add man page ( #1252 )
...
Fixes #1246 .
2020-02-20 15:12:55 +01:00
howar6hill
94ed183774
Man: Use ArgsParser to parse arguments
2020-02-18 12:23:15 +01:00
Andreas Kling
4fa7146da1
Base: Move the modload and modunload command documentation to man8
...
These are system administration commands, not intended for use by
all users. These tend to go in section 8.
2020-01-02 12:37:19 +01:00
Andreas Kling
38f93ef13b
Kernel: Disable x86 RDTSC instruction in userspace
...
It's still possible to read the TSC via the read_tsc() syscall, but we
will now clear some of the bottom bits for unprivileged users.
2020-01-01 18:22:20 +01:00