aboutsummaryrefslogtreecommitdiff
path: root/weed/shell/command_fs_cd.go
AgeCommit message (Expand)AuthorFilesLines
2025-10-24Shell: Added a helper function `isHelpRequest()` (#7380)Chris Lu1-0/+4
2024-09-29refactorchrislu1-1/+1
2024-09-28add IsResourceHeavy() to command interfacechrislu1-0/+4
2020-03-23simplify parsing filer host and portChris Lu1-8/+2
2020-03-23shell: desupport filer url in the argumentsChris Lu1-3/+3
2020-02-25avoid reusing context objectChris Lu1-4/+1
2019-06-05periodic scripts exeuction from leader masterChris Lu1-2/+2
2019-04-04weed shell: fs.cd change current directoryChris Lu1-47/+7
2019-04-03weed shell: add fs.cd, fs.pwd to change to a directory and print current dire...Chris Lu1-0/+99