Commit Graph

121 Commits

Author SHA1 Message Date
Diogo Duarte fcf947a3e5 Merge pull request #50 from KaiExec/main
Add the support of higher version.
2025-07-09 22:23:08 +01:00
Diogo Duarte 320ac801ea Merge pull request #48 from nisemono0/show_saved_keys
Show keys when saving bookmark
2025-07-09 22:21:26 +01:00
KaiExecutor c6ea5aece0 Update README.md
Add the support of higher version.
2025-06-10 17:02:17 +08:00
nisemono0 c841641bfa Update README.md 2025-06-04 17:25:26 +03:00
nisemono0 0f27237688 Add option to show available keys when saving a bookmark
Useful to not accidentally overwrite a saved bookmark
2025-06-04 17:10:59 +03:00
Diogo Duarte fbb7c00b6f Merge pull request #46 from kirpy0x/description-format
Make desk_format apply when creating new bookmarks
2025-05-06 11:22:24 +01:00
Richard Potter 3b6932eea6 Make desk_format apply when creating new bookmarks
fixes: https://github.com/dedukun/bookmarks.yazi/issues/45

If a user may choose to set multiple marks in the same parent dir for
various hovered items, this won't look good. They would be better off
setting desc_format = "full".

This is however closer to Ranger marks and will look clean for those who
only set one mark per directory.
2025-04-24 20:34:31 -06:00
Diogo Duarte a70648a22b Merge branch 'main' of github.com:dedukun/bookmarks.yazi 2025-04-16 10:54:22 +01:00
Diogo Duarte 41536aac59 Removed deprecated functions + minimal yazi version is now v25.4.8 2025-04-16 10:54:10 +01:00
Diogo Duarte 95b2c586f4 Merge pull request #41 from dedukun/last_dir_mode
Add different behaviours for `last` jump
2025-02-26 10:25:55 +00:00
Diogo Duarte 430592ba57 Update README 2025-02-26 10:25:33 +00:00
Diogo Duarte 7a2f62fbb3 Change default mode to 'dir' 2025-02-26 10:23:59 +00:00
Diogo Duarte d897f6b0bd Merge branch 'main' into last_dir_mode 2025-02-26 10:21:12 +00:00
Diogo Duarte a7963b784a Merge pull request #40 from panda7789/feature/allow-custom-bookmark-description
Add custom bookmark description when creating
2025-02-26 10:19:13 +00:00
Diogo Duarte e2614a18fc Save last_dir before jump 2025-02-23 22:30:33 +00:00
Linhart Lukáš a0c8299704 formatting 2025-02-19 22:58:19 +01:00
Linhart Lukáš 2fc6a0a938 Add custom bookmark description when creating 2025-02-19 22:58:19 +01:00
Diogo Duarte fe0b1de939 minimum required version is now Yazi v25.2.7 2025-02-18 11:15:14 +00:00
Diogo Duarte 023bde5a53 Add last modes 2025-02-18 11:07:42 +00:00
Diogo Duarte 420a384f51 Merge pull request #37 from dedukun/import-export-readme
Update README with import/export documentation
2025-02-16 18:42:41 +00:00
Diogo Duarte af92d051ee Merge branch 'main' into import-export-readme 2025-02-16 18:42:05 +00:00
Diogo Duarte 3382460eb0 Update README.md 2025-02-16 18:38:11 +00:00
Diogo Duarte 14573ea884 Update README.md 2025-01-29 18:08:36 +00:00
Diogo Duarte 202e450b00 Update README.md 2025-01-07 14:58:11 +00:00
Diogo Duarte 5116df5e95 Remove deprecated code 2025-01-06 11:48:18 +00:00
Diogo Duarte 35da1073b7 Merge pull request #31 from wekauwau/main
Sort bookmarks when saving
2024-12-18 11:16:40 +00:00
wekauwau a91fe1cb85 sort bookmarks when saving 2024-12-16 14:29:38 +07:00
Diogo Duarte 20ece7e1ef Add support in the entry function for Yazi stable release 2024-12-03 21:43:32 +00:00
Diogo Duarte e755ebc1e6 Merge pull request #29 from TornaxO7/update-config
update config according to https://github.com/sxyazi/yazi/pull/1966
2024-12-02 16:28:38 +00:00
TornaxO7 d9b722a7e4 update config according to https://github.com/sxyazi/yazi/pull/1966 2024-11-29 17:36:50 +01:00
Diogo Duarte 600f87c021 Update README.md 2024-09-09 12:05:21 +01:00
Diogo Duarte ae06e0c1c0 Merge pull request #24 from nralbrecht/bookmark_file_pick_mode
Add option to disable using hovered directory
2024-08-30 20:53:47 +01:00
nralbrecht 6769310fa2 Change to directory if the parent is stored
When storing a hovered file as bookmark it makes sense to use the reveal command to move to it. When storing the parent directory however, one has to cd to it. Otherwise the parent directory is opened and the stored directory is only focused.
2024-08-28 17:34:29 +02:00
nralbrecht 5b4258225b Rename bookmark_file_pick_mode option to file_pick_mode 2024-08-28 17:18:29 +02:00
nralbrecht 7ef1a95da1 Add bookmark_file_pick_mode option to README 2024-08-27 20:04:01 +02:00
nralbrecht 53ae96aed8 Rename bookmark_file_pick_mode option value from current to parent 2024-08-27 20:02:38 +02:00
nralbrecht 17702a3752 Add option to always pick the current folder and ignore hovered folder 2024-08-27 17:43:40 +02:00
Diogo Duarte f65fa5e7e9 Merge pull request #23 from dedukun/save-last-bookmark
Save last bookmark
2024-08-18 17:11:49 +01:00
Diogo Duarte 5039aaa7d3 Update README.md 2024-08-14 09:56:02 +01:00
Diogo Duarte 944f7fd2b3 update README 2024-08-14 09:51:58 +01:00
Diogo Duarte a5a4ea1bd1 Update README 2024-08-14 09:46:09 +01:00
Diogo Duarte feffe662ee refactored last_directory configs + added persistence to last directory 2024-08-14 09:44:02 +01:00
Diogo Duarte 748efed3b9 Merge branch 'main' of github.com:dedukun/bookmarks.yazi 2024-07-14 19:56:48 +01:00
Diogo Duarte b5dd86a7dd adapt to sxyazi/yazi#1257 2024-07-14 19:56:40 +01:00
Diogo Duarte 08b3f85c5d Update README.md 2024-06-28 21:34:39 +01:00
Diogo Duarte 15304f3535 Updated DDS interface 2024-06-24 13:05:31 +01:00
Diogo Duarte b892e89712 Update README.md 0.2.5 2024-05-15 16:45:05 +01:00
Diogo Duarte 771b59a7e3 Update README.md 2024-05-15 15:47:57 +01:00
Diogo Duarte 888de308af Merge pull request #17 from dedukun/new_desc
Add support for showing just the name of the bookmarked folder in the description
2024-05-15 09:56:51 +01:00
Diogo Duarte 300d6c2fd9 format 2024-05-14 11:01:43 +01:00