fasheng

Results 12 comments of fasheng

I see, both will be fine for me now. In my previous example, add a keybinding to open new dired buffer is also easy. And Because `display-buffer-in-side-window` always `(set-window-parameter window...

Yes, very old and simple project. I have given it a random name `dired-toggle` instead of `dired-sidebar` because I know someone will create a better one. Now, I find it...

The topic issue is "without creating new bufers" and PR #39 will fix it. Although we are not sure if "cannot make side window the only window" error will occurs...

Fever API limit maximum article size to 50 for each request(Miniflux origin API has similar limitation). So `elfeed-protocol` call curl command only fetch 50 articles in each update operation. This...

Oh, please ignore the last line in my example code, and the update timer only work for the incremental syncs. ```elisp (cancel-timer my-elfeed-update-timer) ``` > This is about 50 entries...

I'm not sure, how about you run curl directly in bash: ```sh curl -H'User-Agent: Emacs Elfeed 3.3.0' -XPOST -d api_key=$(echo -n 'user:pass' | md5sum | awk '{print $1}') 'https://news.example.com/fever/?api&feeds' curl...

Yes, all the curl commands executed correctly. `curl error 126` means “command not executable", it's strange because elfeed-protocol fetched feeds and unread ids with curl just now which means curl...

If you want to split feeds with custom tags, please have a try `elfeed-org`. And there is example code in README about let `elfeed-org` work together with `elfeed-protocol`. Enjoy!

Well, I manage my feeds with elfeed-org and export/sync them to other places and just working fine. About your request feature to convert remote folder/category to tags, I have to...

BTW, I use a custom function to filter feeds in elfeed, hope helpes: https://github.com/skeeto/elfeed/issues/216