Line | |
---|
1 | - import/export of bookmark data |
---|
2 | - tool to scan database for broken URLs |
---|
3 | - machine tags |
---|
4 | - could this be useful: http://stackoverflow.com/questions/418898/sqlite-upsert-not-insert-or-replace |
---|
5 | - suite of tools to init, start, and stop an instance |
---|
6 | - better name |
---|
7 | |
---|
8 | Tool suite example to create an instance of the application in the directory "foo": |
---|
9 | |
---|
10 | $ mkdir foo |
---|
11 | $ cd foo |
---|
12 | $ bkmk init |
---|
13 | # writes a basic conf.yml, creates a bookmarks.db SQLite database using bookmarks.sql |
---|
14 | # could prompt for settings or take them on the command line |
---|
15 | $ bkmk start |
---|
16 | # starts up the server using starman, by default on port 5000 |
---|
17 | $ bkmk stop |
---|
18 | # stops the running server |
---|
Note: See
TracBrowser
for help on using the repository browser.