Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow sync from html & fix list #20

Merged
merged 7 commits into from
Feb 22, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update string resources to match actual behaviors
  • Loading branch information
KS1019 committed Feb 22, 2022
commit ff5cf44292ce41e973872aa13e9724a7b2c5764c
4 changes: 2 additions & 2 deletions Sources/Commands/Sync.swift
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,8 @@ extension Sync {
extension Sync {
enum Constants {
static let commandName = "sync"
static let abstract = "`hondana sync` syncs the JavaScript files in `~/.Hondana/Bookmarklets/` with bookmarklets in `~/.Hondana/Bookmarks.plist`"
static let discussion = "`hondana sync` first reads the `--from` option to decide whether JavaScript files or Bookmarks.plist should be used as origin. After that, it will read the bookmarklets from the orign to overwrite the ones in the other"
static let abstract = "`hondana sync` syncs the JavaScript files in `~/.Hondana/Bookmarklets/` with bookmarklets in browsers"
static let discussion = "`hondana sync` first reads the `--from` option to decide which source should be used as origin. After that, it will read the bookmarklets from the orign to sync the bookmarklets"

static let bookmarkletsURL = "Bookmarklets/"
static let hondanaDirURL = "~/.Hondana/"
Expand Down