Skip to content

Add cd/pwd commands and relative path support#46

Open
reveever wants to merge 1 commit intovirtualzone:mainfrom
reveever:feature/cd-pwd
Open

Add cd/pwd commands and relative path support#46
reveever wants to merge 1 commit intovirtualzone:mainfrom
reveever:feature/cd-pwd

Conversation

@reveever
Copy link

Add

  • cd - change current directory (validates path exists and is a folder)
  • pwd - show current directory

Support for relative paths with . prefix in all commands (mkdir, ls, rm, etc.)

Example

./onedrive-uploader cd /Documents
./onedrive-uploader pwd
./onedrive-uploader ls .
./onedrive-uploader mkdir ./NewFolder  

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant