qutebrowser: Fix git tracking, Add translate script
Added script to quickly translate a page or selected text through google translate. Can be invoked through the aliases `:translate-page` or `:translate-selection` respectively, or the shortcuts <leader>bg, <leader>bG. Added some gitignore files in the directory to stop keeping track of non-personal configuration files.
This commit is contained in:
parent
bc534e2026
commit
845b98d22d
5 changed files with 83 additions and 15 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -19,6 +19,9 @@ sponsorblock.txt
|
|||
|
||||
# ignore any just-in-time settings that took place in qutebrowser
|
||||
qutebrowser/.config/qutebrowser/autoconfig.yml
|
||||
qutebrowser/.config/qutebrowser/qsettings
|
||||
qutebrowser/.config/qutebrowser/bookmarks
|
||||
qutebrowser/.config/qutebrowser/stylesheets
|
||||
|
||||
# ignore vifm & ueberzug utility files
|
||||
vifm-help.txt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue