diff options
author | Case Duckworth | 2022-09-14 09:53:56 -0500 |
---|---|---|
committer | Case Duckworth | 2022-09-14 09:53:56 -0500 |
commit | d5348fa3f2080bfd0fa217f2311d61aa99e34860 (patch) | |
tree | e287def60c3561cd26f429727fc589e49464bf1f | |
parent | Add Lonnie Johnson (diff) | |
download | sfeed-d5348fa3f2080bfd0fa217f2311d61aa99e34860.tar.gz sfeed-d5348fa3f2080bfd0fa217f2311d61aa99e34860.zip |
Add Tab Completion
-rw-r--r-- | sfeedrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sfeedrc b/sfeedrc index 767589b..f3ad370 100644 --- a/sfeedrc +++ b/sfeedrc | |||
@@ -198,6 +198,7 @@ feeds_friends() { | |||
198 | 198 | ||
199 | feeds_people() { | 199 | feeds_people() { |
200 | feedx "Lonnie Johnson" "http://lonniejohnson.com/feed/" "http://lonniejohnson.com/" | 200 | feedx "Lonnie Johnson" "http://lonniejohnson.com/feed/" "http://lonniejohnson.com/" |
201 | feedx "Tab Completion" "https://xanthir.com/blog/atom/" "https://xanthir.com/blog/" | ||
201 | feedx "zserge" "https://zserge.com/rss.xml" "https://zserge.com/" | 202 | feedx "zserge" "https://zserge.com/rss.xml" "https://zserge.com/" |
202 | feedx "nerdypepper's μblog" "https://peppe.rs/index.xml" "https://peppe.rs/" | 203 | feedx "nerdypepper's μblog" "https://peppe.rs/index.xml" "https://peppe.rs/" |
203 | feedx "unix sheikh" "https://unixsheikh.com/feed.rss" "https://unixsheikh.com/" | 204 | feedx "unix sheikh" "https://unixsheikh.com/feed.rss" "https://unixsheikh.com/" |