Skip to content

Commit

Permalink
faq
Browse files Browse the repository at this point in the history
  • Loading branch information
NeilMacMullen authored Mar 18, 2021
1 parent 3116767 commit 1a75e4b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,6 @@ Run the `jumpfs_info` command - it will tell you.
### Why did you use JSON for the bookmark file?

Because it's a reasonable compromise between human and machine-readable and .Net has a Json serializer built in. I wanted to be able to hack the file by hand if necessary and to allow (at least, in principle) for other client applications to use the same bookmark file.

### Why isn't there a way to delete bookmarks
Ooops - forgot to include this in the first release. Coming soon....

0 comments on commit 1a75e4b

Please sign in to comment.