rikuson / workspace

My workspace
MIT License
1 stars 1 forks source link

Remove ws command #75

Closed rikuson closed 1 year ago

rikuson commented 1 year ago

lazygit is not available with bare repository. It's easier to manage the repository not to use bare repository. So that provision command is only needed.

Also make command can replace ws command.

rikuson commented 1 year ago

completion may be impossible for sub command. And specifying tag neither such as "ws provision cui".

rikuson commented 1 year ago

"ws" reminds websocket. Thus, changed command to "space". https://github.com/rikuson/workspace/commit/33bafedbc64b86fab1308f794685badf9b4ebaee

rikuson commented 1 year ago

completion may be impossible for sub command. And specifying tag neither such as "ws provision cui".

It is possible, done with: https://github.com/rikuson/workspace/pull/87