summaryrefslogtreecommitdiffstats
path: root/docs
AgeCommit message (Collapse)Author
2021-10-16Fix open link command in WindowsRyooooooga
2021-10-16small changesJesse Duffield
2021-10-16Allow having multiple config filesmjarkk
2021-09-30Make cherry pick commit color customisableSam Burville
Two new settings in the config, which allow the cherry picked foreground and background to be custom colors. Issue #856
2021-08-30allow user to configure the gui languageDwarven YANG
2021-08-25Fix translationsRyooooooga
2021-08-23Merge pull request #1413 from Ryooooooga/feature/edit-lineMark Kopenga
Make os.editCommand customizable using template
2021-08-23Update docs/Config.mdRyoga
Co-authored-by: Jesse Duffield <jessedduffield@gmail.com>
2021-08-21apply suggestion for the document of editCommandTemplateRyooooooga
2021-08-20add documentation of editCommandTemplateRyooooooga
2021-08-07Support match colors in `labelFormat` entry in menuFromCommand promptsElwardi
2021-08-06Show only labels in menuFromCommand promptsElwardi
2021-08-06Minor changes to menuFromCommand promptsElwardi
2021-08-05Make menuFromCommand format menu items and their descriptionElwardi
2021-08-04fix backward compatibilityRyooooooga
2021-08-03introduce edit command template to open a specifig line of a fileRyooooooga
2021-07-30Switch to github.com/gookit/color for terminal colorsmjarkk
2021-07-29add missing universal keybindings to docmjarkk
2021-07-27update keybindingsJesse Duffield
2021-07-27Fix translations, make formatter happyDenis Palashevskii
2021-07-27Update localized Keybinding fileDenis Palashevskii
2021-07-27Update docsDenis Palashevskii
2021-07-26Allow hex theme colorsmjarkk
2021-07-19Consider first match only in menuFromCommand promptElwardi
2021-07-19Add option to format filter matches to menuFromCommand promptsElwardi
2021-07-18Add docs for menuFromCommand promptsElwardi
2021-07-16add parse github emoji to docsmjarkk
2021-06-15fix up cheatsheetJesse Duffield
2021-06-15update cheatsheetJesse Duffield
2021-06-15Update dutch.goStefan Teunissen
2021-06-15Update config.mdEmiliano Ruiz Carletti
2021-06-14naming changeJesse Duffield
2021-06-10ShowTotal flagAndrei Yangabishev
2021-06-05minor changesJesse Duffield
2021-06-05Better english for `Configuring File Editing`.caojoshua
2021-06-05Docs for EditCommand.caojoshua
2021-06-05Remove config, make default sort order `descending`Robert Verst
2021-06-05Add user config to change the sort order of tagsRobert Verst
2021-05-30Add global binding to open recent reposLiberatys
2021-04-14Fix typo: scrool -> scrollPeijun Ma
2021-04-12allow hiding random tipJesse Duffield
2021-04-12fix up docJesse Duffield
2021-04-11make command log size configurableJesse Duffield
2021-04-11prettify config.mdJesse Duffield
2021-04-11allow focusing on command log viewJesse Duffield
2021-04-11update config.md to explain situation with config pathsv0.27.4Jesse Duffield
2021-04-11Fix path for Linux config filetafryn
The listed config file directory for Linux is incorrect.
2021-04-06update keybindingsJesse Duffield
2021-04-06default to not quitting when hitting esc at the top level.Jesse Duffield
I've been using this config option for years now so I don't think much of it, but newcomers are going to find it annoying that hitting escape gets you out of filtering/cherry-picking/patch-building mode, but also quits the app. So if you want to exit all the modes you're in, you need to take care not to press the key one too many times or the app will close. We'll see if anybody gets mad about this change, but I think it's reasonable. The only downside is that you won't be able to always quit by spamming the escape key. If you're in a prompt panel, you'll need to hit escape to exit that, and then 'q' at the top level. Or CTRL+C of course.
2021-04-06remove 24 bit color delta arg from docsJesse Duffield