palabra 2.9.3 → 2.10.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ChangeLog +10 -0
- package/README.md +4 -9
- package/letras/typos/typos.json +7 -0
- package/package.json +1 -1
package/ChangeLog
CHANGED
package/README.md
CHANGED
|
@@ -56,21 +56,16 @@ palabra i nvim@0.11
|
|
|
56
56
|
|
|
57
57
|
Default installation directory is `~/.local/src`.
|
|
58
58
|
|
|
59
|
-
### `
|
|
59
|
+
### `(l)ist`
|
|
60
60
|
|
|
61
61
|
To list all packages that can be installed use `l`:
|
|
62
62
|
|
|
63
63
|
```
|
|
64
|
-
palabra l
|
|
65
|
-
|
|
66
|
-
'bun', 'deno',
|
|
67
|
-
'fasm', 'go',
|
|
68
|
-
'nvim', 'nvm',
|
|
69
|
-
'rust'
|
|
70
|
-
]
|
|
64
|
+
$ palabra l
|
|
65
|
+
amber bin bun deno f4 fasm gdu go mwget node nvchad nvim nvm oxker rizin rust yara zero
|
|
71
66
|
```
|
|
72
67
|
|
|
73
|
-
### `
|
|
68
|
+
### `(r)emove`
|
|
74
69
|
|
|
75
70
|
```
|
|
76
71
|
palabra r mwget
|