TUT/src
m1ngsama a4c95a6527 feat: Add bookmark management
- Add BookmarkManager class for bookmark CRUD operations
- Store bookmarks in JSON format at ~/.config/tut/bookmarks.json
- Add keyboard shortcuts: B (add), D (remove)
- Add :bookmarks/:bm command to view bookmark list
- Bookmarks page shows clickable links
- Auto-save on add/remove, auto-load on startup
2025-12-27 15:29:44 +08:00
..
render feat: Add image ASCII art rendering support 2025-12-27 14:06:21 +08:00
utils feat: Implement TUT 2.0 with new rendering architecture 2025-12-26 14:56:17 +08:00
bookmark.cpp feat: Add bookmark management 2025-12-27 15:29:44 +08:00
bookmark.h feat: Add bookmark management 2025-12-27 15:29:44 +08:00
browser.cpp feat: Implement POST form submission 2025-12-25 14:12:07 +08:00
browser.h docs: Rewrite README as Unix man page, remove Chinese comments 2025-12-08 16:11:39 +08:00
browser_v2.cpp feat: Add bookmark management 2025-12-27 15:29:44 +08:00
browser_v2.h feat: Implement TUT 2.0 with new rendering architecture 2025-12-26 14:56:17 +08:00
dom_tree.cpp feat: Add image ASCII art rendering support 2025-12-27 14:06:21 +08:00
dom_tree.h feat: Add image ASCII art rendering support 2025-12-27 14:06:21 +08:00
html_parser.cpp feat: Add DOM tree implementation and fix compiler warnings 2025-12-25 13:18:08 +08:00
html_parser.h feat: Add DOM tree implementation and fix compiler warnings 2025-12-25 13:18:08 +08:00
http_client.cpp feat: Implement TUT 2.0 with new rendering architecture 2025-12-26 14:56:17 +08:00
http_client.h feat: Implement TUT 2.0 with new rendering architecture 2025-12-26 14:56:17 +08:00
input_handler.cpp feat: Add bookmark management 2025-12-27 15:29:44 +08:00
input_handler.h feat: Add bookmark management 2025-12-27 15:29:44 +08:00
main.cpp refactor: Improve code quality and Unix philosophy 2025-12-08 15:53:17 +08:00
main_v2.cpp feat: Implement TUT 2.0 with new rendering architecture 2025-12-26 14:56:17 +08:00
text_renderer.cpp feat: Add DOM tree implementation and fix compiler warnings 2025-12-25 13:18:08 +08:00
text_renderer.h feat: Implement TUT 2.0 with new rendering architecture 2025-12-26 14:56:17 +08:00