summaryrefslogtreecommitdiff
path: root/Userland/Utilities/ln.cpp
AgeCommit message (Expand)Author
2023-02-10Everywhere: Remove needless copies of Error / ErrorOr instancesTimothy Flynn
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-07-25ln: Implement correct handling of directories as link targetsTim Schumacher
2022-07-25ln: Rework to use LibCore syscall wrappersTim Schumacher
2022-06-28ln: Fix typo in `arguments` argumentMaciej
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-01-06Utilities/ln: Port to LibMainJun Zhang
2021-10-23Utilities: Add -f option to lnJean-Baptiste Boric
2021-08-01Utilities: Remove unused header includesBrian Gianforcaro
2021-06-30AK+Everywhere: Add and use static APIs for LexicalPathMax Wipfli
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-01-12Userland: Move command-line utilities to Userland/Utilities/Andreas Kling