Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shuuji3/bookmark-file-tag-adder
A simple script to attach tags to each bookmark from its ancestral folders
https://github.com/shuuji3/bookmark-file-tag-adder
bookmarks netscape-bookmark-file-1
Last synced: 4 days ago
JSON representation
A simple script to attach tags to each bookmark from its ancestral folders
- Host: GitHub
- URL: https://github.com/shuuji3/bookmark-file-tag-adder
- Owner: shuuji3
- License: gpl-3.0
- Created: 2025-01-02T13:19:24.000Z (9 days ago)
- Default Branch: main
- Last Pushed: 2025-01-02T13:23:22.000Z (9 days ago)
- Last Synced: 2025-01-02T14:26:56.208Z (9 days ago)
- Topics: bookmarks, netscape-bookmark-file-1
- Language: Python
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bookmark-file-tag-adder
A simple script to attach tags to each bookmark from its ancestral folder names.
Given the following Bookmark tree:
```
Bookmarks/
└── comp
└── lang
├── python
│ └── website1
└── website2
```The following tags are assigned:
- website1: #comp, #lang, and #python
- website2: #comp and #langI wrote this to import bookmarks to the self-hosted bookmark manager, [linkding](https://linkding.link/).