Jump to content

mdreizin

Member
  • Posts

    9
  • Joined

  • Last visited

Everything posted by mdreizin

  1. Hello, Please download the latest version from https://github.com/mdreizin/chrome-bookmarks-alfred-workflow/releases and choose the keyword that you want.
  2. I have completely refactored it and you can grab new version from https://github.com/mdreizin/chrome-bookmarks-alfred-workflow/releases
  3. Could you please try again? Probably there was something wrong with github.io site.
  4. I did quick research and here is some technical details: Google Chrome/Chromium application locks "History" database when it is running and it means that if you try to open and search something via database you will get: $ sqlite3 "/Users/$USER/Library/Application Support/Google/Chrome/Default/History" SQLite version 3.7.12 2012-04-03 19:43:07 Enter ".help" for instructions Enter SQL statements terminated with a ";" sqlite> select * from urls; Error: database is locked sqlite> From my point of view this feature wouldn't useful, because you have to remember to close the application before searching.
  5. Thank you very much for your feedbacks. I'm going to add profile support within a couple of days.
  6. This workflow helps search your Google Chrome/Chromium bookmarks realy fast with unicode support. For more info please see: http://mdreizin.github.io/alfred-workflows/#chrome-bookmarks
  7. Hi Andrew, It helps me to resolve my issue. Thanks a lot
  8. Andrew, thanks a lot for the reply. I will try to de-normalize strings in my code.
  9. It seems app has an issue is related to incorrect encoding of {query} / script block. For instance I'm typing "й" symbol and app sends it as 4 bytes, but actually it is 2 bytes in utf-8. Could you please explain me: How does app encode {query} / script block? What kind of encodings does it use for that? If you will try to run "init.rb" via terminal you will get: ruby -Ku "init.rb" "й" <?xml version="1.0"?><items><item uid="stats-0" valid="yes"><title>System</title><subtitle>hex: ["d0b9"], size: 2</subtitle><icon>icon.png</icon></item><item uid="stats-1" valid="yes"><title>Query</title><subtitle>hex: ["d0b9"], size: 2</subtitle><icon>icon.png</icon></item></items> BUT if you will try to run code via workflow you will get: <?xml version="1.0"?><items><item uid="stats-0" valid="yes"><title>System</title><subtitle>hex: ["d0b9"], size: 2</subtitle><icon>icon.png</icon></item><item uid="stats-1" valid="yes"><title>Query</title><subtitle>hex: ["d0b8cc86"], size: 4</subtitle><icon>icon.png</icon></item></items> You can find the workflow here. OS X 10.8.3 Alfred 2.0.2 (178) Ruby 1.8.7 / 1.9.x / 2.0.x
×
×
  • Create New...