Comments on: How to define a new wallet item in 1Password http://zzamboni.org/brt/2007/12/17/how-to-define-a-new-wallet-item-in-1password/ Musings about technology and other neat stuff Tue, 29 Sep 2009 21:48:06 +0200 http://wordpress.org/?v=2.8.4 hourly 1 By: Updated script for defining a new wallet item in 1Password http://zzamboni.org/brt/2007/12/17/how-to-define-a-new-wallet-item-in-1password/comment-page-1/#comment-12031 Updated script for defining a new wallet item in 1Password Mon, 08 Sep 2008 13:52:56 +0000 http://zzamboni.org/brt/2007/12/17/how-to-define-a-new-wallet-item-in-1password/#comment-12031 <p>[...] you have been using my method for defining new wallet items in 1Password, you may have noticed that in recent versions the display of those new items has been broken. I [...]</p> [...] you have been using my method for defining new wallet items in 1Password, you may have noticed that in recent versions the display of those new items has been broken. I [...]

]]>
By: Hitchhiker http://zzamboni.org/brt/2007/12/17/how-to-define-a-new-wallet-item-in-1password/comment-page-1/#comment-11993 Hitchhiker Fri, 15 Aug 2008 21:35:13 +0000 http://zzamboni.org/brt/2007/12/17/how-to-define-a-new-wallet-item-in-1password/#comment-11993 <p>Damon: thank you for the line! It works perfectly, I have modified the script to include it.</p> Damon: thank you for the line! It works perfectly, I have modified the script to include it.

]]>
By: Damon http://zzamboni.org/brt/2007/12/17/how-to-define-a-new-wallet-item-in-1password/comment-page-1/#comment-11992 Damon Fri, 15 Aug 2008 08:10:11 +0000 http://zzamboni.org/brt/2007/12/17/how-to-define-a-new-wallet-item-in-1password/#comment-11992 <p>Diego - Many thanks for posting this script. It came in handy after I updated and didn't back up my modifications. ;)</p> <p>I ran into the UTF-16 issue and was able to replace line 98 with the following statement, which seemed to work (and will hopefully post properly):</p> <p>open F, ">>:raw:perlio:encoding(utf16be)", $file or die "Error opening $file for appendn";</p> Diego – Many thanks for posting this script. It came in handy after I updated and didn’t back up my modifications. ;)

I ran into the UTF-16 issue and was able to replace line 98 with the following statement, which seemed to work (and will hopefully post properly):

open F, “>>:raw:perlio:encoding(utf16be)”, $file or die “Error opening $file for appendn”;

]]>
By: Hitchhiker http://zzamboni.org/brt/2007/12/17/how-to-define-a-new-wallet-item-in-1password/comment-page-1/#comment-11982 Hitchhiker Tue, 29 Jul 2008 22:10:09 +0000 http://zzamboni.org/brt/2007/12/17/how-to-define-a-new-wallet-item-in-1password/#comment-11982 <p>Ingmar: I have noticed this problem myself, but I have not had time to fix it properly. What I have been doing for now is: - Run the script - Open the file Localizable.strings with TextEdit - Remove the strange characters left by the script from the end of the file, and then copy/paste manually the lines from step 5.</p> <p>I will try to fix it ASAP, as it has also been bugging me :-)</p> Ingmar: I have noticed this problem myself, but I have not had time to fix it properly. What I have been doing for now is:
- Run the script
- Open the file Localizable.strings with TextEdit
- Remove the strange characters left by the script from the end of the file, and then copy/paste manually the lines from step 5.

I will try to fix it ASAP, as it has also been bugging me :-)

]]>
By: Ingmar http://zzamboni.org/brt/2007/12/17/how-to-define-a-new-wallet-item-in-1password/comment-page-1/#comment-11981 Ingmar Tue, 29 Jul 2008 14:08:49 +0000 http://zzamboni.org/brt/2007/12/17/how-to-define-a-new-wallet-item-in-1password/#comment-11981 <p>Tank you for this great script. But it does not work anymore. The File Localizable.strings is not formated right. I think this has to do with the UTF-16 UTF-8 problem mentioned above. Can you perhaps fix this bug?</p> <p>Thanks forward</p> Tank you for this great script. But it does not work anymore. The File Localizable.strings is not formated right. I think this has to do with the UTF-16 UTF-8 problem mentioned above. Can you perhaps fix this bug?

Thanks forward

]]>
By: DCortesi . blog » Unicode Grep http://zzamboni.org/brt/2007/12/17/how-to-define-a-new-wallet-item-in-1password/comment-page-1/#comment-11977 DCortesi . blog » Unicode Grep Thu, 17 Jul 2008 02:19:43 +0000 http://zzamboni.org/brt/2007/12/17/how-to-define-a-new-wallet-item-in-1password/#comment-11977 <p>[...] got caught by a bit of a bug today when I was trying to add a custom wallet item in 1Password. I was in the process of copying one of their templates after realizing they were just simple json, [...]</p> [...] got caught by a bit of a bug today when I was trying to add a custom wallet item in 1Password. I was in the process of copying one of their templates after realizing they were just simple json, [...]

]]>
By: Carsten http://zzamboni.org/brt/2007/12/17/how-to-define-a-new-wallet-item-in-1password/comment-page-1/#comment-11122 Carsten Thu, 14 Feb 2008 14:45:13 +0000 http://zzamboni.org/brt/2007/12/17/how-to-define-a-new-wallet-item-in-1password/#comment-11122 <p>great, thank you</p> great, thank you

]]>
By: Hitchhiker http://zzamboni.org/brt/2007/12/17/how-to-define-a-new-wallet-item-in-1password/comment-page-1/#comment-11121 Hitchhiker Thu, 14 Feb 2008 14:40:10 +0000 http://zzamboni.org/brt/2007/12/17/how-to-define-a-new-wallet-item-in-1password/#comment-11121 <p>Carsten: you have to save the script to a file, and from the Terminal run it with this command: "perl install_1password_new_wallet_items.pl" (without the quotes).</p> Carsten: you have to save the script to a file, and from the Terminal run it with this command: “perl install_1password_new_wallet_items.pl” (without the quotes).

]]>
By: Carsten http://zzamboni.org/brt/2007/12/17/how-to-define-a-new-wallet-item-in-1password/comment-page-1/#comment-11120 Carsten Thu, 14 Feb 2008 10:38:27 +0000 http://zzamboni.org/brt/2007/12/17/how-to-define-a-new-wallet-item-in-1password/#comment-11120 <p>Hi First i want to thank you for that great tutorial But i've got a question How can i use the perl script?</p> <p>best regards Carsten</p> Hi
First i want to thank you for that great tutorial
But i’ve got a question
How can i use the perl script?

best regards Carsten

]]>
By: Hitchhiker http://zzamboni.org/brt/2007/12/17/how-to-define-a-new-wallet-item-in-1password/comment-page-1/#comment-11061 Hitchhiker Wed, 19 Dec 2007 00:21:51 +0000 http://zzamboni.org/brt/2007/12/17/how-to-define-a-new-wallet-item-in-1password/#comment-11061 <p>Hi David, thanks for the comment! If I define any new templates I'll certainly send them to you :-)</p> Hi David, thanks for the comment! If I define any new templates I’ll certainly send them to you :-)

]]>