feat(packages): add sqlite3 browser and others
This commit is contained in:
parent
167103edf3
commit
f8d5db62cd
1 changed files with 8 additions and 1 deletions
|
@ -222,7 +222,9 @@ common:
|
||||||
desc: HTML beautifier
|
desc: HTML beautifier
|
||||||
sqlite:
|
sqlite:
|
||||||
- sqlite
|
- sqlite
|
||||||
|
- sqlite-analyzer
|
||||||
- aur/litecli
|
- aur/litecli
|
||||||
|
- sqlite-doc
|
||||||
editor:
|
editor:
|
||||||
- vim
|
- vim
|
||||||
- neovim
|
- neovim
|
||||||
|
@ -238,6 +240,7 @@ common:
|
||||||
node:
|
node:
|
||||||
- nodejs
|
- nodejs
|
||||||
- npm
|
- npm
|
||||||
|
- deno
|
||||||
lsp:
|
lsp:
|
||||||
- gopls
|
- gopls
|
||||||
- rust-analyzer
|
- rust-analyzer
|
||||||
|
@ -316,6 +319,8 @@ common:
|
||||||
desc: |
|
desc: |
|
||||||
Dynamic output configuration
|
Dynamic output configuration
|
||||||
Will auto change the screen conf when screen is plugged/unplugged
|
Will auto change the screen conf when screen is plugged/unplugged
|
||||||
|
- name: gammastep
|
||||||
|
desc: Automatic red shift at night
|
||||||
color_picker:
|
color_picker:
|
||||||
- aur/hyprpicker
|
- aur/hyprpicker
|
||||||
notification:
|
notification:
|
||||||
|
@ -382,9 +387,11 @@ common:
|
||||||
geo:
|
geo:
|
||||||
- aur/mepo
|
- aur/mepo
|
||||||
- qgis
|
- qgis
|
||||||
prog:
|
db:
|
||||||
- name: dbeaver
|
- name: dbeaver
|
||||||
tags: ['heavy-gui']
|
tags: ['heavy-gui']
|
||||||
|
- name: sqlitebrowser
|
||||||
|
desc: Light QT GUI to navigate sqlite
|
||||||
remote_access:
|
remote_access:
|
||||||
- remmina
|
- remmina
|
||||||
#- remmina-plugin-rdesktop
|
#- remmina-plugin-rdesktop
|
||||||
|
|
Loading…
Reference in a new issue