Folke Lemaitre
cf72c06ee6
feat(notifier): show indicator when notif has more lines. Closes #112
2024-11-20 20:15:41 +01:00
Folke Lemaitre
b4a293aac7
fix(dashboard): better git check for advanced example. See #126
2024-11-20 20:03:27 +01:00
folke
a365d3e854
chore(build): auto-generate docs
2024-11-20 16:12:31 +00:00
Folke Lemaitre
b1727425b8
docs: docgen
2024-11-19 14:55:59 +01:00
Folke Lemaitre
2decc3fcf9
docs: example getter
2024-11-19 14:55:41 +01:00
folke
cd85cbbb72
chore(build): auto-generate docs
2024-11-19 07:27:16 +00:00
Folke Lemaitre
99f1f49104
fix(notifier): also handle timeout = false / timeout = true. See #102
2024-11-18 23:30:09 +01:00
folke
32a093eda0
chore(build): auto-generate docs
2024-11-18 22:17:26 +00:00
Folke Lemaitre
0cf22a8d87
feat(notifier): timeout=0 keeps the notif visible till manually hidden. Closes #102
2024-11-18 23:13:56 +01:00
folke
59bd7eed70
chore(build): auto-generate docs
2024-11-18 20:00:25 +00:00
folke
16da49674f
chore(build): auto-generate docs
2024-11-18 18:17:56 +00:00
Folke Lemaitre
c8e209e6be
feat(dashboard): added support for mini.sessions
2024-11-18 16:57:54 +01:00
Folke Lemaitre
d540fa607c
feat(dashboard): added new dashboard
snack ( #77 )
...
## Description
A new dashboard plugin that comes with sane defaults, and can be fully
customized to your liking.
## Screenshots





2024-11-18 16:25:17 +01:00
folke
063525196a
chore(build): auto-generate docs
2024-11-18 07:57:46 +00:00
Folke Lemaitre
ec9cfb36b1
feat(notifier): allow specifying a minimal level to show notifications. See #82
2024-11-16 07:21:27 +01:00
Folke Lemaitre
00c7a67400
fix(example): rename file. Closes #76
2024-11-16 07:04:59 +01:00
Folke Lemaitre
7434770804
docs: docgen
2024-11-14 23:56:37 +01:00
Folke Lemaitre
14c7875408
docs(terminal): add --color=always
to example for Snacks.terminal.colorize()
2024-11-14 14:03:20 +01:00
Folke Lemaitre
0de2599b0a
docs(terminal): show as sh
2024-11-14 09:15:43 +01:00
Folke Lemaitre
519b6841c4
feat(terminal): added Snacks.terminal.colorize()
to replace ansi codes by colors
2024-11-14 09:12:59 +01:00
folke
f29c5865a8
chore(build): auto-generate docs
2024-11-13 09:45:37 +00:00
folke
44c3e9530d
chore(build): auto-generate docs
2024-11-13 09:43:08 +00:00
folke
f704f7479f
chore(build): auto-generate docs
2024-11-12 19:10:23 +00:00
folke
6af863903c
chore(build): auto-generate docs
2024-11-11 10:08:25 +00:00
Folke Lemaitre
33ba45c540
docs: fix terminal example
2024-11-10 08:03:35 +01:00
folke
aa1c2477eb
chore(build): auto-generate docs
2024-11-09 20:48:48 +00:00
Folke Lemaitre
d2f4f1937e
feat(lazygit): allow overriding extra lazygit config options
2024-11-09 17:08:34 +01:00
folke
18686a41ff
chore(build): auto-generate docs
2024-11-09 14:02:17 +00:00
Folke Lemaitre
5914cb1010
feat(bufdelete): added wipe
option. Closes #38
2024-11-09 15:01:10 +01:00
Folke Lemaitre
7e6ea65f5f
docs: better docgen using treesitter
2024-11-09 14:42:09 +01:00
Chris Grieser
5dc749b045
feat(words): add fold_open
and set_jump_point
config options ( #31 )
...
## Description
Added `fold_open` and `set_jump_point` as config options for
`Snacks.words.jump`.
2024-11-08 14:18:39 +01:00
Folke Lemaitre
5ccf72e6d0
docs(win): document width/height behavior for win
2024-11-08 13:20:02 +01:00
Folke Lemaitre
71a234608f
feat(bufdelete): optional filter and shortcuts to delete all
and other
buffers. Closes #11
2024-11-08 10:58:40 +01:00
Folke Lemaitre
020e42fd18
docs: docgen
2024-11-08 10:40:26 +01:00
Folke Lemaitre
42e3a25d95
docs: docgen
2024-11-08 09:44:56 +01:00
roycrippen4
fb35aea5a5
docs(rename): add nvim-tree example ( #27 )
...
## Description
Adds an example to `rename.md` for nvim-tree.
I spent way too long obsessing over the way the code looked to make it
feel like the other examples.
## Related Issue(s)
N/A
## Screenshots

Co-authored-by: roy.crippen4 <roy.crippen4@archarithms.com>
2024-11-08 09:15:48 +01:00
folke
5e29c1414c
chore(build): auto-generate docs
2024-11-08 08:15:23 +00:00
Chris Grieser
6a3f865357
feat(words): jump
optionally shows notification with reference count ( #23 )
...
## Description
Add an opt-in option to show a notification for `Snacks.words.jump`,
that displays the number and index of the current reference. The
notification uses `Snacks.notify.info` to be consistent with the rest of
the repo.
## Screenshots

---------
Co-authored-by: Folke Lemaitre <folke.lemaitre@gmail.com>
2024-11-08 09:14:30 +01:00
Folke Lemaitre
38e0f95491
docs: docgen
2024-11-08 08:59:42 +01:00
Folke Lemaitre
8512896228
perf(notifier): optimize layout code
2024-11-08 08:07:41 +01:00
Folke Lemaitre
fb5fa554ee
docs(notifier): fix simple LSP progress example
2024-11-08 07:27:42 +01:00
folke
9249580739
chore(build): auto-generate docs
2024-11-07 21:32:06 +00:00
Folke Lemaitre
1a1f8a2648
docs(notifier): added screenshot for history
2024-11-07 22:27:59 +01:00
Folke Lemaitre
af273896c9
docs: docgen
2024-11-07 22:26:44 +01:00
Folke Lemaitre
636a17fd66
docs: docgen
2024-11-07 14:33:19 +01:00
Folke Lemaitre
52acbad6b6
docs: added edgy example
2024-11-07 14:07:15 +01:00
Teppei Taguchi
59ae7cf162
docs(readme, lazygit): fix typos ( #16 )
...
## Description
<!-- Describe the big picture of your changes to communicate to the
maintainers
why we should accept this pull request. -->
Fixes minor typos in documentation.
## Related Issue(s)
<!--
If this PR fixes any issues, please link to the issue here.
- Fixes #<issue_number>
-->
## Screenshots
<!-- Add screenshots of the changes if applicable. -->
2024-11-07 13:50:13 +01:00
Folke Lemaitre
080e0d4039
feat(notifier): added option to show notifs top-down or bottom-up. Closes #9
2024-11-07 11:41:51 +01:00
Folke Lemaitre
8bcb2bc805
feat(notifier): allow overriding hl groups per notification
2024-11-07 11:08:31 +01:00
Folke Lemaitre
4e0ce77f2f
docs: dogcen
2024-11-07 10:53:44 +01:00