spamwax

Results 30 comments of spamwax

Sounds reasonable, but due to time constraints I can't work on it at the moment, but PRs are welcome.

Great! The main executable does its job by running different sub-commands (`src/commands/*`). The one that deals with parsing what user entered after `p` is [`src/commands/list.rs`](https://github.com/spamwax/alfred-pinboard-rs/blob/68488882c25761fd685d86f5b1d97969735f355b/src/commands/list.rs#L40) `;` is a special character...

Just curious, what's your use case that having custom title is helpful

I see. I typically do that "organization" either in tags or description of the bookmark. Most of the time my `pset tagonly` is set to "tag only search"

Thanks for your feedback. Not sure if Alfred supports multi-item actions without user's explicit selection. I have to look into it and see if it's possible. However this is not...

I am using the suggested key binds above to produce Meta-modifiers. While it works most of the time I have encountered an issue in [kakoune](https://kakoune.org) editor. It uses Meta+I to...

As fully dissected in #2017, it seems it is the issue of the crate alacritty uses to handle key events. Key binds such as ``` - { key: I, mods:...

I think I am also running into this issue with `#[serde(skip)]`. Serializing and deserializing a `struct` fails with errors such as: ``` value: Syntax("invalid length 6, expected tuple of 7...

I am using follwing options, and still get the same error under `neovim` ```viml let g:repl_program = { \ 'python': 'ipython', \ 'default': 'zsh', \ 'r': 'R', \ 'lua': 'lua',...