summaryrefslogtreecommitdiffstats
path: root/pkg
AgeCommit message (Collapse)Author
2021-07-27more treeish filesJesse Duffield
2021-07-27more i18nJesse Duffield
2021-07-27Minor refactorJesse Duffield
2021-07-27Add error message if target branch not found with promptDenis Palashevskii
2021-07-27review fixes: PR URL refactoring, target branch selection promptDenis Palashevskii
2021-07-27Fix translations, make formatter happyDenis Palashevskii
2021-07-27Remove doubled string formatting in pull request URL generationDenis Palashevskii
2021-07-27Apply suggestions from code reviewDenis Palashevskii
Co-authored-by: Mark Kopenga <mkopenga@gmail.com>
2021-07-27Fix menu item colorDenis Palashevskii
2021-07-27Update docsDenis Palashevskii
2021-07-27Add testsDenis Palashevskii
2021-07-27Implement pull request options menuDenis Palashevskii
2021-07-27Extract git service URL formatting to a separate methodDenis Palashevskii
2021-07-27add tests for open file cmd on linuxFrancisco Miamoto
2021-07-27add extra quoting for shell cmd string on linuxFrancisco Miamoto
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-27Update english.goEvan Boehs
2021-07-26Merge pull request #1396 from mjarkk/fix-1385Mark Kopenga
branches check for split parts length
2021-07-26Merge pull request #1392 from mjarkk/parcally-fix-1385Mark Kopenga
Change the way file statuses are loaded
2021-07-26branches check for split parts lengthmjarkk
2021-07-26Allow hex theme colorsmjarkk
2021-07-23correctly show files with special chars in commitmjarkk
2021-07-22Change the way file statuses are loadedmjarkk
This makes it so file statuses recived from git no longer get joined before spliting them again.
2021-07-22format codemjarkk
2021-07-22Add test for GenerateMenuCandidates from Custom CommandsElwardi
2021-07-20Refactor code around handleCustomCommandKeybindingElwardi
2021-07-19Better format error catching in menuFromCommand promptsElwardi
2021-07-19Consider first match only in menuFromCommand promptElwardi
2021-07-19Add option to format filter matches to menuFromCommand promptsElwardi
2021-07-18Apply suggestions from @mjarkk for menyFromCommandsElwardi
2021-07-18Add docs for menuFromCommand promptsElwardi
2021-07-18Add prompt type: menuFromCommandElwardi
2021-07-16parse github emoji config optionmjarkk
2021-07-01:truck: move only the platform-specific part of log tailing into ↵Davyd McColl
platform-specific files
2021-07-01:bug: should be TailLogsDavyd McColl
2021-07-01:recycle: temporarily bypass ignore whitespace for diff view instead of ↵Davyd McColl
turning the toggle off completely
2021-07-01:fire: remove erroneous user_config fieldsDavyd McColl
2021-07-01:art: prefer the long switch over the short one for easier readingDavyd McColl
2021-07-01:art: split out platform-dependent logging for compile-time selectionDavyd McColl
2021-07-01:bug: shouldn't hammer the file continually, have a nap insteadDavyd McColl
2021-07-01:art: observe the error, if there is oneDavyd McColl
2021-07-01:sparkles: make log-watching work on windowsDavyd McColl
2021-07-01:art: properly ignore the resultDavyd McColl
2021-07-01:sparkles: always show whitespace in diffs when entering line-by-line stagingDavyd McColl
2021-07-01:truck: move whitespace toggle out of quitting.goDavyd McColl
2021-07-01:art: alternative syntaxDavyd McColl
2021-07-01:art: run formatterDavyd McColl
2021-07-01:sparkles: implement feedback when toggling whitespaceDavyd McColl
2021-07-01:white_check_mark: add a test around ignoring whitespaceDavyd McColl
2021-07-01:art: run go fmt against the file directly ftwDavyd McColl
2021-07-01:white_check_mark: update test to pass in default ignore-whitespace flag (false)Davyd McColl