Liav A
dbae1873ec
Base: Add manual page for drain(1)
2023-12-12 06:44:10 -05:00
Sönke Holz
c15e0b6596
Base: Correct IPC socket path in AudioServer's man page
2023-12-09 08:37:32 +00:00
Sönke Holz
7ebf9cb2db
Base: Correct path for sysctl variables in sysctl's man page
2023-12-09 08:37:32 +00:00
Liav A
93e172895a
Kernel: Add /sys/kernel/request_panic node to simulate a kernel panic
...
When writing to /sys/kernel/request_panic it will do a kernel panic.
Trying to truncate the node will result in kernel panic with a slightly
different message.
2023-11-27 09:24:52 -07:00
Adam Harald Jørgensen
67bc7cecbb
Base: Fix indentation in completion function for kill
2023-11-16 23:07:31 +03:30
Adam Harald Jørgensen
66955b82a7
Base: Add completion for cd that suggests only directories
2023-11-16 23:07:31 +03:30
Thomas Voss
785f95d0af
head(1): Fix typo in flag name
...
The shorthand for the ‘--bytes’ flag is ‘-c’, not ‘-b’.
2023-11-16 19:54:04 +01:00
Adam Harald Jørgensen
a1cdfe1b54
Shell: Add support for showing shortened prompt path with ellipsis
2023-11-07 07:46:52 +03:30
Adam Harald Jørgensen
4febd31dba
Shell: Shorten prompt path if integer is provided with "\w" option
2023-11-07 07:46:52 +03:30
Adam Harald Jørgensen
52a55fdd6d
Base: Fix case in descriptions of the new prompt formatting options
2023-11-07 07:46:52 +03:30
Liav A
26f96d2a42
Kernel+Userland: Add option for duration of /dev/beep producing sound
2023-11-03 15:19:33 +01:00
Gurkirat Singh
60640fe38d
Utilities: Implement slugify
using AK/Slugify
2023-10-30 10:39:59 +00:00
implicitfield
4b60a99573
Shell: Remove '#' from the list of acceptable bareword characters
...
This stops the shell from always interpreting '#' as the start of a
comment in non-Posix mode.
2023-10-29 01:35:40 +03:30
Bastiaan van der Plaat
5a7f43ad38
Maps: Add favorites panel with favorite places management
2023-10-26 17:23:54 -06:00
Adam Harald Jørgensen
5fb748b333
Base: Document new Shell prompt formatting options
2023-10-26 22:33:38 +03:30
Tim Ledbetter
c5a4c22fa7
du: Add -x
option to not traverse directories across filesystems
2023-10-19 14:41:09 +02:00
Tim Ledbetter
c006ebe5a3
find: Add the -path
and -ipath
options
...
These options behave the same way as `-name` and `-iname` but match
the full file path instead of just the basename.
2023-10-18 06:36:34 -04:00
Liav A
83835c7256
Kernel/HID: Add boot option to disable PS2 Mouse
2023-10-15 22:56:30 +02:00
Karol Kosek
f2f98b7938
grep: Hyperlink filenames in tty
...
As the newly created function has been also applied to printing the
number of matched file lines, file names will now also be colored
with the `--count` option set. :^)
2023-10-06 08:10:00 +02:00
kleines Filmröllchen
1a29ff6e9e
Base: Specify the installed.db port database format
2023-10-04 22:28:05 +02:00
kleines Filmröllchen
05af549bad
pkg: Parse dependencies as part of the main port entry
...
The "dependency" lines really belong to the main port entry, it doesn't
make sense logically to represent them separately and handling them
together will also allow easier dependency management later on. This
commit greatly simplifies the port database parsing to facilitate this,
and removes the -d option from the command line. Instead, ports are
listed with their dependencies, if they have any.
2023-10-04 22:28:05 +02:00
Tim Ledbetter
8f8354d9a0
find: Add the -ok
option
...
This behaves identically to the `-exec` option but prompts the user
for confirmation before executing the specified command.
A command is executed if a line beginning with 'y' or 'Y' is entered
by the user. This matches the behavior of `find` on Linux and FreeBSD
when using the POSIX locale.
2023-10-04 09:14:15 +01:00
Tim Ledbetter
f30815b534
Base: Add man page for realpath
2023-10-02 20:56:38 +02:00
Tim Ledbetter
ebb822def9
less: Add the -F
option to quit if the input fits on one screen
2023-09-27 20:00:34 +02:00
Tim Ledbetter
cb1851f3cc
ls: Add the -g
option to omit owner information in long format
2023-09-27 19:58:17 +02:00
Tim Ledbetter
d618ef58fb
ls: Display results in long format when -n
or -o
are used
2023-09-27 19:58:17 +02:00
Tim Ledbetter
ba40526db2
ls: Add the -p
option to append a trailing slash to directories
...
This overrides the `-F` option and vice-versa.
2023-09-26 07:19:02 +02:00
Cubic Love
4c64c0b61e
Base+Maps: Add manpage for Maps
...
Also, list Maps in Applications.md and add a link to the manpage in
Map's Help menu.
2023-09-25 16:20:20 +01:00
Tim Ledbetter
01ec695ae3
ls: Add the -S
option to sort files by size
...
This option will override the `-t` option and vice-versa.
2023-09-24 08:22:11 +01:00
Cubic Love
73d4b067d4
Base: Update Snake & Flappy Bug manpages
2023-09-17 17:26:32 -06:00
Tim Ledbetter
1bc081398e
find: Add -uid
option to filter by owning user ID
2023-09-17 15:29:44 -06:00
Tim Ledbetter
d3da8f978e
find: Add -gid
option to filter by owning group ID
2023-09-17 15:29:44 -06:00
Tim Ledbetter
a95c2ed978
find: Add the -maxdepth
and -mindepth
options
...
The `-maxdepth` option limits the number of levels `find` will descend
into the file system for each given starting point.
The `-mindepth` option causes commands not to be evaluated until the
specified depth is reached.
2023-09-17 15:20:49 -06:00
implicitfield
7cb80c67d8
checksum: Add support for BLAKE2b
2023-09-17 16:49:35 +03:30
Tim Ledbetter
4eb52351b4
less: Add -N
option to show line numbers
...
Co-authored-by: Liav A <liavalb@gmail.com>
2023-09-16 11:07:17 +02:00
Cubic Love
842b2a01e6
Base: Add manpage for pkg
2023-09-12 20:03:12 +02:00
Tim Ledbetter
331991f9c4
find: Allow '+' and '-' prefix for -links
and -size
options
...
The presence of this prefix denotes that the value being tested is
strictly greater than or less than the given numeric value.
2023-09-09 11:02:18 -06:00
Tim Ledbetter
d277d2e1fb
find: Add !
operator to negate the following command
2023-09-09 10:57:17 -06:00
Liav A
fbc4370c44
Base: Remove remainders of /sys/kernel/variables from sys(7) manual page
...
The directory was renamed to be /sys/kernel/conf, so let's reflect this
in the manual page as well.
2023-09-09 10:25:41 -06:00
Liav A
13f9b9282e
Base: Remove remainders of /sys/kernel/constants from sys(7) manual page
...
There's no constants directory anymore under /sys/kernel, so bring all
the described nodes back to the "kernel" directory entries list.
2023-09-09 10:25:41 -06:00
Tim Ledbetter
889e6ab43d
find: Add the -empty
option
...
This predicate returns true for empty regular files or directories.
2023-09-01 23:48:44 +02:00
Tim Ledbetter
64bb5652a1
find: Add the -newer
, -anewer
and -cnewer
options
...
These return true if the last modification time, last access time or
creation time of a file is greater than the given reference file.
If the `-L` option is in use and the given reference file is a
symbolic link then the timestamp of the file pointed to by the
symbolic link will be used.
2023-09-01 21:19:22 +02:00
Tim Ledbetter
aa7c2f1f0d
find: Allow unit suffixes to be used with the -size
option
...
The argument supplied to the `-size` option may now be one of the
following suffixes:
* b: 512-byte blocks. This is the default unit if no suffix is used.
* c: bytes
* w: two-byte words
* k: kibibytes (1024 bytes)
* M: mebibytes (1024 kibibytes)
* G: gibibytes (1024 mebibytes)
Sizes are rounded to the specified unit before comparison. The unit
suffixes are case-sensitive.
2023-08-29 09:08:59 +02:00
Liav A
751aae77bc
Kernel: Rename /sys/kernel/variables => /sys/kernel/conf
...
The name "variables" is a bit awkward and what the directory entries are
really about is kernel configuration so let's make it clear with the new
name.
2023-08-27 22:50:22 +02:00
Tim Ledbetter
e6112446db
sort: Add the -z
option to split lines on \0
rather than a newline
2023-08-27 15:42:46 -04:00
Tim Ledbetter
edd49c1531
find: Add the -readable
, -writable
and -executable
options
2023-08-27 09:46:11 -04:00
Tim Ledbetter
8955560801
useradd: Allow group name or number to be used with the -g
option
2023-08-26 19:01:22 -04:00
kleines Filmröllchen
834a3227f8
Base: Update Audio subsystem documentation
2023-08-18 08:09:19 +01:00
Tim Ledbetter
9aaf516bdd
Base: Render checksum man page synopsis using a multi-line code block
...
This is consistent with other man pages and makes the synopsis render
correctly in the terminal.
2023-08-16 01:04:13 +02:00
Zaggy1024
af01cf70eb
Base: Fix a typo in the futex()
documentation
2023-08-14 22:16:11 -04:00