summaryrefslogtreecommitdiff
path: root/Userland/Utilities/cp.cpp
AgeCommit message (Expand)Author
2022-07-14cp: Implement the granular `--preserve` flagTim Schumacher
2022-07-14LibCore: Make copying permissions, ownership and timestamps combineableTim Schumacher
2021-12-20cp: Print proper error message with strerrorPerikiyoXD
2021-11-28Everywhere: Use default execpromises argument for Core::System::pledgeBrian Gianforcaro
2021-11-26cp: Port to LibMain :^)Andreas Kling
2021-11-26Userland: Use Core::ArgsParser's Vector<StringView> API everywhereAndreas Kling
2021-11-08LibCore: Use ErrorOr<T> for Core::File::copy_file()Andreas Kling
2021-08-18Utilities: Implement -p flag for cpJean-Baptiste Boric
2021-06-30AK+Everywhere: Add and use static APIs for LexicalPathMax Wipfli
2021-06-21cp: Copy sources into destination if it is already a directorySam Atkins
2021-06-01Userland: Replace most printf-style APIs with AK::Format APIs :^)Linus Groh
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-02-21cp: Use Core::File::copy_file_or_directoryMițca Dumitru
2021-02-20Userland: Support moving files between different mounted filesystemsBui Quang Minh
2021-01-12Userland: Move command-line utilities to Userland/Utilities/Andreas Kling