Add editor feature #3
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
editsubcommand which downloads a file to edit, opens it in your favorite editor and uploads it again afterwards. Editor might be configurable via environment variable. Should issue a warning if a file with the same name is already present in the current working directory -> maybe add an option to specify a working directory, where the file will be kept while and after editing.Implementiert