summaryrefslogtreecommitdiffstats
path: root/pkg/utils
AgeCommit message (Expand)Author
2024-06-23Use utils.StringWidth to optimize rendering performanceStefan Haller
2024-06-23Use actual ellipsis character instead of ... to truncate stringsStefan Haller
2024-05-19Remove redundant variable dedeclarationsJesse Duffield
2024-05-15Implement ScanLinesAndTruncateWhenLongerThanBufferStefan Haller
2024-04-24chore: use errors.New to replace fmt.Errorf with no parameters.ChengenH
2024-04-22Drop update-ref commands at the top of the rebase-todo fileStefan Haller
2024-04-22Switch git-todo-parser from fsmiamoto original repo to stefanhaller's forkStefan Haller
2024-04-22Fix amend to operation not working with non-HEAD merge commitBrandon
2024-04-12rename sha to hash 9, case: Shapikomonde
2024-04-12rename sha to hash 8, update some log and commentpikomonde
2024-04-12rename sha to hash 6, update short hashpikomonde
2024-04-12rename sha to hash 5pikomonde
2024-04-12rename sha to hash 3pikomonde
2024-04-12rename sha to hashpikomonde
2024-04-07Replace min/max helpers with built-in min/maxEng Zer Jun
2024-04-06Add `SpinnerConfig`Artem Belyakov
2024-03-30fixup! Introduce a yaml_utils.Walk functionStefan Haller
2024-03-29Introduce a yaml_utils.Walk functionStefan Haller
2024-03-26Fix deleting update-ref todosStefan Haller
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