Commit Graph

11 Commits (98cd3de5121086ac388eadad4294aec8ea8da582)

Author SHA1 Message Date
olimorris 98cd3de512 fix: #146 allowed_dirs and ignored_dirs 2024-08-09 08:56:18 +01:00
Zheng PiaoDan 2b4f192aca
fix: follow_cwd option (#132)
* fix: TestFollowCwd

* fix: follow_cwd not actually working

cause: `follow_cwd and nil or session` always use `session` because the
`true and nil` expression is evaluated to false
2024-05-31 09:47:52 +01:00
olimorris 3dcad75325 tests: update testing and makefile 2023-03-09 09:40:20 +00:00
olimorris 26d82d6876 refactor: use neovim autocmd api 2022-10-26 13:41:13 +01:00
ADoyle 80c898a6c9
fix: #34 support width = { val, min, max } and show branch
- Use telescope builtin resolver to calculate width.
- The branch is missing. Fixed.
- If session file stores without git branch, `session.branch` should be nil. And do not show branch in list.
- `make test` will fail because plenary.nvim is old.

close #34
2022-10-25 13:44:54 +01:00
Connor Robertson 38b36fc5fd
feat: allow session name to be fixed on load
* Add follow_cwd option to allow fixing session name on load

* Update readme to reflect new follow_cwd command and explain use

* Add tests for follow_cwd

* Update README.md

* Adjust wording in README for follow_cwd to clarify use case

Co-authored-by: Oli M <olimorris@users.noreply.github.com>
2022-10-14 10:08:12 +01:00
olimorris b6201178ff feat: improve README.md 2022-04-19 22:20:39 +01:00
olimorris 4863f67101 fix: double running of tests 2022-04-07 00:26:14 +01:00
olimorris f2478ae42d chore: add git branch tests 2022-04-07 00:23:28 +01:00
olimorris f886f9a2ec chore: improve test coverage 2022-04-06 23:23:02 +01:00
olimorris aa45be80ad test: add initial tests and ci 2022-03-08 07:53:00 +00:00