M README.md => README.md +8 -1
@@ 6,7 6,8 @@
4. [Setup](#setup)
1. [i3](#i3)
5. [Roadmap](#roadmap)
- 6. [Contributing](#contributing)
+ 6. [Similar Projects](#similar-projects)
+ 7. [Contributing](#contributing)
[](https://www.fsf.org/about/what-is-free-software)
@@ 95,6 96,12 @@ I still plan on interacting with the public through the [Issue tracker](https://
To be honest, combining the two into some workflow I can live with is going to be an interesting experiment, but we will see how it goes.
+## Similar Projects
+
+There is a nice list (with some comparison notes) in the [Similar Projects](https://github.com/mnewt/counsel-web#similar-projects) section of the README for `counsel-web`.
+
+One of those, is `engine-mode`, who in turn list a few more [examples](https://github.com/hrs/engine-mode#engine-examples) of search strings which could easily be adapted into `rofi-in-elisp` (or elsewhere).
+
## Contributing
In case you did not notice, I keep the primary copy of this README in Orgmode (`README.org`), and then I generate the Markdown (`README.md`) from that.
M README.org => README.org +10 -0
@@ 122,6 122,16 @@ I still plan on interacting with the public through the [[https://todo.sr.ht/~tr
To be honest, combining the two into some workflow I can live with is going to be an interesting experiment, but we will see how it goes.
+** Similar Projects
+ :PROPERTIES:
+ :CUSTOM_ID: similar-projects
+ :END:
+
+There is a nice list (with some comparison notes) in the [[https://github.com/mnewt/counsel-web#similar-projects][Similar Projects]] section of the README for ~counsel-web~.
+
+One of those, is ~engine-mode~, who in turn list a few more [[https://github.com/hrs/engine-mode#engine-examples][examples]] of search strings which could easily be adapted into ~rofi-in-elisp~ (or elsewhere).
+
+
** Contributing
:PROPERTIES:
:CUSTOM_ID: contributing