summaryrefslogtreecommitdiffstats
path: root/.local/bin/rssadd
Commit message (Collapse)AuthorAgeFilesLines
* here string removedLuke Smith2021-04-071-3/+3
|
* `rssadd` improvement: additionally extract from xml files, not just urls (#885)Roberto Polverelli Monti2021-03-291-4/+12
| | | | | | | | | | | | | | * additionally extract from xml files Before this, rssadd only accepted a URL as argument. Now, if given an xml file, it will parse it and extract the proper url. This lets it be used in conjunction with firefox for quickly adding RSS feeds (as firefox would give it the file rather than its origin URL). This works on a majority of RSS feeds, but fails on some that miss the proper link tags. The original behaviour is still mantained alongside the new. * remove surplus `exit` * more performant grepping
* oops for configLuke Smith2020-04-081-1/+1
|
* assume default values if xdg dirs not setLuke Smith2020-04-081-1/+1
|
* substitute $HOME/.config with $XDG_CONFIG_HOMEDennis Lee2020-04-041-1/+1
|
* #!/bin/sh shebang. newline after universalized.Luke Smith2020-02-081-1/+2
|
* portable shebangLuke Smith2019-08-181-1/+1
|
* massive cleanupLuke Smith2019-05-191-0/+9