ladybird/Userland
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
..
Applets Userland: Migrate to String in notification system 2023-09-01 12:06:08 +02:00
Applications Userland+Ladybird: Always specify url to be about:srcdoc in load_html() 2023-09-17 21:08:59 +02:00
BuggieBox checksum: Add support for BLAKE2b 2023-09-17 16:49:35 +03:30
Demos Applications: Make creation of tabs non-fallible 2023-09-16 11:06:50 +02:00
DevTools Userland+Ladybird: Always specify url to be about:srcdoc in load_html() 2023-09-17 21:08:59 +02:00
DynamicLoader LibC+LibELF: Support loading shared libraries compiled with dynamic TLS 2023-08-18 16:20:13 +02:00
Games GameOfLife: Use the same play/pause action in the menu and toolbar 2023-09-16 11:06:33 +02:00
Libraries LibCore: Use BSD implementation of anon_create() on Haiku 2023-09-17 13:38:12 -06:00
Services Userland+Ladybird: Always specify url to be about:srcdoc in load_html() 2023-09-17 21:08:59 +02:00
Shell Shell: Allow the user to set the prompt using PROMPT() 2023-09-07 11:52:37 -06:00
Utilities find: Add the -maxdepth and -mindepth options 2023-09-17 15:20:49 -06:00
CMakeLists.txt