index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Utilities
/
mv.cpp
Age
Commit message (
Expand
)
Author
2023-02-28
Userland+AK: Stop using getopt() for ArgsParser
Ali Mohammad Pur
2023-02-13
LibCore: Rename `File` to `DeprecatedFile`
Tim Schumacher
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-10-24
mv: Support the '--no-clobber' option
Eli Youngs
2022-04-11
Utilities: Read positional arguments as Strings not char*s
Sam Atkins
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-01-25
mv: Port to LibMain
Fabian INGREMEAU
2021-11-08
LibCore: Use ErrorOr<T> for Core::File::open()
Andreas Kling
2021-11-08
LibCore: Use ErrorOr<T> for Core::File::copy_file()
Andreas Kling
2021-06-30
AK+Everywhere: Add and use static APIs for LexicalPath
Max Wipfli
2021-06-01
Userland: Replace most printf-style APIs with AK::Format APIs :^)
Linus Groh
2021-05-08
Utilities: Fix mv command requesting incorrect path
r-paiva
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-03-12
Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)
Andreas Kling
2021-02-21
mv: Use Core::File::copy_file_or_directory
Mițca Dumitru
2021-02-20
Userland: Support moving files between different mounted filesystems
Bui Quang Minh
2021-01-16
Everywhere: Convert a handful of String::format() => formatted()
Andreas Kling
2021-01-12
Userland: Move command-line utilities to Userland/Utilities/
Andreas Kling