aboutsummaryrefslogtreecommitdiff
path: root/weed/shell/command_fs_du.go
AgeCommit message (Expand)AuthorFilesLines
2020-01-26use the same context object in order to retryChris Lu1-4/+4
2020-01-19refactoringChris Lu1-1/+1
2019-12-23go fmtChris Lu1-1/+0
2019-12-13filer: streaming file listingChris Lu1-51/+45
2019-06-05periodic scripts exeuction from leader masterChris Lu1-3/+3
2019-04-04weed shell: fs.cd change current directoryChris Lu1-10/+6
2019-04-03weed shell: add fs.cd, fs.pwd to change to a directory and print current dire...Chris Lu1-23/+2
2019-03-25refactoring, go fmtChris Lu1-3/+3
2019-03-23weed shell: adjust help text formatChris Lu1-1/+6
2019-03-19weed shell: adding file system disk usage fs.duChris Lu1-0/+137