index
:
telescope.nvim.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lua
/
tests
Age
Commit message (
Expand
)
Author
2021-11-23
Revert "fix: action mt so we can again concat actions from two different tabl...
Simon Hauser
2021-11-22
fix: action mt so we can again concat actions from two different tables (#1143)
Simon Hauser
2021-09-19
feat: `layout_strategies` refactor (#1039)
Luke Kershaw
2021-08-21
fix(command_parser): pcall for the loadstring (#1134)
Luke Kershaw
2021-08-20
feat(performance): Major performance improvements using async v2 from @oberbl...
TJ DeVries
2021-07-23
chore: use stylua for formatting (#1040)
Simon Hauser
2021-07-02
fix: table number option extend (#947)
Luke Kershaw
2021-07-01
feat: Consistent and sensible layout_config (#922)
TJ DeVries
2021-04-23
feat: add search history picker (#769)
Volodymyr Kot
2021-04-08
feat: asyncify pickers - except for live_grep (#709)
TJ DeVries
2021-02-27
feat: multi selection. Only integrates with send_selected_to_qflist (#551)
TJ DeVries
2021-02-24
fix: scroll misbehaving + fixed jump to middle (#547)
elianiva
2021-02-24
feat: adds M mapping in normal mode (#544)
Hubert Pelczarski
2021-02-24
feat: advanced normal mode (#463)
Simon Hauser
2021-02-22
feat: Action improvements (#472)
TJ DeVries
2021-01-31
fix: Multi byte truncate for displayer (#464)
JINNOUCHI Yasushi
2021-01-11
feat: quickfix (#293)
TJ DeVries
2020-12-23
ci: more tests (#359)
TJ DeVries
2020-12-21
feat: Add better highlighting and new CI abilities (#355)
TJ DeVries
2020-12-11
Fix: scroller for descending (#327)
Simon Hauser
2020-12-10
refactor: Move scroller into own testable module
TJ DeVries
2020-12-09
ci: Pipeline Tests (#315)
Simon Hauser
2020-12-09
ci: Add luacheck ci job (#317)
Simon Hauser
2020-11-16
feat: Allow overriding actions from mappings (#248)
TJ DeVries
2020-10-20
feat: Add a sorter using the fzy algorithm (#184)
swarn
2020-10-08
feat: Add a test file
TJ DeVries
2020-10-07
feat: Use metatables to use less memory (#152)
TJ DeVries
2020-10-06
fix: Reduce memory leaks (#148)
TJ DeVries
2020-09-29
feat: Add status, better debug, and some associated refactors
TJ DeVries
2020-09-22
test: Working on more memory leak tracking
TJ DeVries
2020-09-18
feat: add some tests and improve perf
TJ DeVries
2020-09-18
fix: Make tests pass again
TJ DeVries
2020-09-15
feat: improve (?) performance of default sorter
TJ DeVries
2020-09-12
wip: some more musings on resolving height and width
TJ DeVries
2020-09-12
feat: Better border configuration.
TJ DeVries
2020-09-11
feat: add a bit better writer support
TJ DeVries
2020-09-11
feat: Add some more layout options
TJ DeVries
2020-09-04
fix: Don't push past midnight. You'll make clason's stuff break :/
TJ DeVries
2020-09-03
feat: Major improvements in API. Particularly relating to entries.
TJ DeVries
2020-09-03
fix: Prevent people from erroring from having new lines in display
TJ DeVries
2020-09-01
feat: new fuzzy sorter
TJ DeVries
2020-09-01
wip: new sorters
TJ DeVries
2020-08-29
fix: Think I fixed the weird movements
TJ DeVries
2020-08-27
feat: Add livegrep and lsp referecnes
TJ DeVries
2020-08-24
Add fuzzy git file finderZ
TJ DeVries
2020-08-20
WIP: Actually get the UI to work and add some tests
TJ DeVries
2020-08-03
Work on ngram sorter
TJ DeVries
2020-07-31
Streamed some refactoring. More work to do
TJ DeVries