Skip to content

Commit a869d9d

Browse files
committed
feat!: rename plugin to reflect multi-picker support
1 parent cbea136 commit a869d9d

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

CHANGELOG.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,21 @@
55

66
### Features
77

8-
* add extension config logic, user path substitutions ([0c6f777](https://github.com/scottmckendry/telescope-resession.nvim/commit/0c6f777fb54b6921dbee2900d8de02f2db4a0349))
9-
* add mapping for deleting sessions ([7360443](https://github.com/scottmckendry/telescope-resession.nvim/commit/73604433ef9a98bfbb3da1fc1ed5408e034c2291))
10-
* **ci:** setup ci workflow and supporting configs ([0f455fb](https://github.com/scottmckendry/telescope-resession.nvim/commit/0f455fbcab112f863b34e5d49c9ae5b6d7e211a7))
11-
* **config:** add dir option ([52a51ec](https://github.com/scottmckendry/telescope-resession.nvim/commit/52a51eca82684ab98bc89398f88a132734d130c3))
12-
* **config:** add prompt title override ([12d115d](https://github.com/scottmckendry/telescope-resession.nvim/commit/12d115d9fdd2339bf0d40dcf0c3b20a56861c565))
13-
* resession extension mvp :sparkles: ([33f26a5](https://github.com/scottmckendry/telescope-resession.nvim/commit/33f26a553ecfbe176fcb58b94e6fb801ff58c75a))
8+
* add extension config logic, user path substitutions ([0c6f777](https://github.com/scottmckendry/pick-resession.nvim/commit/0c6f777fb54b6921dbee2900d8de02f2db4a0349))
9+
* add mapping for deleting sessions ([7360443](https://github.com/scottmckendry/pick-resession.nvim/commit/73604433ef9a98bfbb3da1fc1ed5408e034c2291))
10+
* **ci:** setup ci workflow and supporting configs ([0f455fb](https://github.com/scottmckendry/pick-resession.nvim/commit/0f455fbcab112f863b34e5d49c9ae5b6d7e211a7))
11+
* **config:** add dir option ([52a51ec](https://github.com/scottmckendry/pick-resession.nvim/commit/52a51eca82684ab98bc89398f88a132734d130c3))
12+
* **config:** add prompt title override ([12d115d](https://github.com/scottmckendry/pick-resession.nvim/commit/12d115d9fdd2339bf0d40dcf0c3b20a56861c565))
13+
* resession extension mvp :sparkles: ([33f26a5](https://github.com/scottmckendry/pick-resession.nvim/commit/33f26a553ecfbe176fcb58b94e6fb801ff58c75a))
1414

1515

1616
### Bug Fixes
1717

18-
* remove unhelpful print() ([efbfe28](https://github.com/scottmckendry/telescope-resession.nvim/commit/efbfe281aaa865aa7666abdb1c3722ba2c4efc6e))
19-
* swap out generic fuzzy sorter ([ffb1b76](https://github.com/scottmckendry/telescope-resession.nvim/commit/ffb1b760dab4c08a859abbee4e5eb92496c4dbac))
20-
* **utils:** use unix-style paths for session encode/decode ([0f5c89d](https://github.com/scottmckendry/telescope-resession.nvim/commit/0f5c89d33093ed5ab0b5b780eb29e5b3b1a76cbf))
18+
* remove unhelpful print() ([efbfe28](https://github.com/scottmckendry/pick-resession.nvim/commit/efbfe281aaa865aa7666abdb1c3722ba2c4efc6e))
19+
* swap out generic fuzzy sorter ([ffb1b76](https://github.com/scottmckendry/pick-resession.nvim/commit/ffb1b760dab4c08a859abbee4e5eb92496c4dbac))
20+
* **utils:** use unix-style paths for session encode/decode ([0f5c89d](https://github.com/scottmckendry/pick-resession.nvim/commit/0f5c89d33093ed5ab0b5b780eb29e5b3b1a76cbf))
2121

2222

2323
### Performance Improvements
2424

25-
* **ci:** use pre-compiled version of selene ([7a202fe](https://github.com/scottmckendry/telescope-resession.nvim/commit/7a202fef6d0ba8379d8a33e459ab5af74823c796))
25+
* **ci:** use pre-compiled version of selene ([7a202fe](https://github.com/scottmckendry/pick-resession.nvim/commit/7a202fef6d0ba8379d8a33e459ab5af74823c796))

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
# 🔭 telescope-resession.nvim
1+
# 🔭 pick-resession.nvim
22

33
A telescope extension that adds a session picker to the wonderful [resession.nvim](https://github.com/stevearc/resession.nvim) plugin.
44

5-
![image](https://github.com/scottmckendry/telescope-resession.nvim/assets/39483124/93fb9c3d-1345-4f74-a37d-b8e520116362)
5+
![image](https://github.com/scottmckendry/pick-resession.nvim/assets/39483124/93fb9c3d-1345-4f74-a37d-b8e520116362)
66

77
## 📦 Extension Installation
88

99
```lua
1010
{
1111
"nvim-telescope/telescope.nvim",
12-
dependencies = { "scottmckendry/telescope-resession.nvim" },
12+
dependencies = { "scottmckendry/pick-resession.nvim" },
1313
config = function()
1414
telescope.setup({
1515
-- Other telescope config...

0 commit comments

Comments
 (0)