mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-06 13:56:52 +00:00
Move pages under tldr, lint run.sh, update docs
This commit is contained in:
29
tldr/bob
Normal file
29
tldr/bob
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# bob
|
||||
|
||||
> Manage and switch between Neovim versions.
|
||||
> More information: <https://github.com/MordechaiHadad/bob>.
|
||||
|
||||
- Install and switch to the specified version of Neovim:
|
||||
|
||||
`bob use {{nightly|stable|latest|version_string|commit_hash}}`
|
||||
|
||||
- List installed and currently used versions of Neovim:
|
||||
|
||||
`bob list`
|
||||
|
||||
- Uninstall the specified version of Neovim:
|
||||
|
||||
`bob uninstall {{nightly|stable|latest|version_string|commit_hash}}`
|
||||
|
||||
- Uninstall Neovim and erase any changes `bob` has made:
|
||||
|
||||
`bob erase`
|
||||
|
||||
- Roll back to a previous nightly version:
|
||||
|
||||
`bob rollback`
|
||||
Reference in New Issue
Block a user