summaryrefslogtreecommitdiffstats
path: root/pkg/utils
AgeCommit message (Expand)Author
2024-03-17Rename FuzzySearch to FilterStringsStefan Haller
2024-03-17Default to substring filtering, add option to go back to fuzzy filteringStefan Haller
2024-03-17Don't sort the results of fuzzy.FindStefan Haller
2024-03-16Allow deleting update-ref todosStefan Haller
2024-03-16Extract a findTodo helper functionStefan Haller
2024-03-16Allow moving update-ref todos up/downStefan Haller
2024-03-16Refactor: pass Todo to moveTodoUp/Down instead of Sha and ActionStefan Haller
2024-01-26Rename MinMax to SortRangeStefan Haller
2024-01-25Support range select for staging/discarding filesJesse Duffield
2024-01-23Support range select in rebase actionsJesse Duffield
2024-01-19Add range selection ability on list contextsJesse Duffield
2023-10-16Pass "now" into utils.LoaderStefan Haller
2023-09-20Add constant for LoaderAnimationIntervalStefan Haller
2023-09-20Add history for search view (#2877)Jesse Duffield
2023-09-20Add search historyKarim Khaleel
2023-09-04Add AppState to common.CommonStefan Haller
2023-08-28Make columnPositions include entries for removed columnsStefan Haller
2023-08-28Make RenderDisplayStrings return the column positionsStefan Haller
2023-08-28Take removed columns into account when applying column alignmentsStefan Haller
2023-08-28Add failing test demonstrating bug with column alignments and removed columnsStefan Haller
2023-08-28Change RenderDisplayStrings to return a slice of stringsStefan Haller
2023-08-28Cleanup: use slices.Delete to delete elements from a sliceStefan Haller
2023-08-19Fix arg order to assertsCristian Betivu
2023-07-30Standardise on using lo for slice functionsJesse Duffield
2023-07-30Write unit tests with the help of aferoJesse Duffield
2023-07-30Fix unit testsJesse Duffield
2023-07-30Better logic for knowing which repo we're inJesse Duffield
2023-07-30Use 'M' for months in branches panelJesse Duffield
2023-07-03View filtering (#2680)Jesse Duffield
2023-07-03Support case sensitive filteringJesse Duffield
2023-07-03Case insensitive string comparisonJesse Duffield
2023-07-03Introduce filtered list view modelJesse Duffield
2023-07-02Use comment char config on interactive rebaseGustavo Krieger
2023-07-02Bump git-todo-parserGustavo Krieger
2023-06-26Avoid rewriting the file if nothing changedStefan Haller
2023-06-26Add new function RenameYamlKeyStefan Haller
2023-06-26Extract a lookupKey function that will be useful in the next commitStefan Haller
2023-06-26Create missing path elementsStefan Haller
2023-06-26Return an error if some node in the path is not a dictionaryStefan Haller
2023-06-26Return an error if node to be updated is not a scalarStefan Haller
2023-06-26Return an error if document is not a dictionaryStefan Haller
2023-06-26Support updating values in empty documentsStefan Haller
2023-06-26Rename UpdateYaml to UpdateYamlValueStefan Haller
2023-06-26Cleanup: improve test setup and check for the right error stringStefan Haller
2023-06-26Cleanup: remove unnecessary if statementsStefan Haller
2023-06-01show commits against branchesJesse Duffield
2023-06-01update seconds ago function and add testsJesse Duffield
2023-05-26More compact and flexible date formatJesse Duffield
2023-05-21Right-align key labels in menuJesse Duffield
2023-05-10add ability to update yaml path while preserving commentsJesse Duffield