1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2024-12-12 11:15:00 +02:00
lazygit/pkg
Francisco Miamoto 028cb2be2f add extra quoting for shell cmd string on linux
This solves an issue where we could not open files with names that contained
spaces and single quotes.
It also  solves an issue of variable expansion for files with some kind
of environment variables on the name e.g. '$USER.txt'
2021-07-27 20:28:00 +10:00
..
app 🚚 move only the platform-specific part of log tailing into platform-specific files 2021-07-01 17:13:14 +10:00
commands add extra quoting for shell cmd string on linux 2021-07-27 20:28:00 +10:00
config Add option to format filter matches to menuFromCommand prompts 2021-07-19 11:46:29 +01:00
constants update release notes 2021-04-20 18:34:47 +10:00
env move git dir env stuff into a centralised package 2020-09-29 17:42:07 +10:00
gui Merge pull request #1392 from mjarkk/parcally-fix-1385 2021-07-26 11:22:14 +02:00
i18n Update english.go 2021-07-27 14:57:41 +10:00
integration stricter CI 2021-04-09 00:15:48 +10:00
secureexec add secureexec file for getting around windows checking for a binary first in the current dir 2021-02-08 14:40:30 -08:00
tasks reduce flicker without worrying about carriage returns 2021-04-09 22:50:55 +10:00
test add secureexec file for getting around windows checking for a binary first in the current dir 2021-02-08 14:40:30 -08:00
theme Allow hex theme colors 2021-07-26 10:38:45 +02:00
updates add random tip to command log 2021-04-12 21:48:08 +10:00
utils correctly show files with special chars in commit 2021-07-23 12:04:23 +02:00