update readme contents to match personal site
This commit is contained in:
parent
733de0ebad
commit
4625e5f6e6
1 changed files with 2 additions and 4 deletions
|
@ -4,6 +4,8 @@
|
|||
<h5>Packard is a simple RSS aggregator meant to allow you to take a quick glance at what's occurring in topics you care about.</h5>
|
||||
</div>
|
||||
|
||||
This is my first attempt at making something with Rust so that I may learn alongside creating something that I personally find useful.
|
||||
|
||||

|
||||
|
||||
## Configuration
|
||||
|
@ -49,7 +51,3 @@ news = [
|
|||
After running Packard with your configured settings, the parsed results can be opened in your default browser however your terminal allows for opening URLs. For example the keybind for this with [Foot](https://codeberg.org/dnkl/foot#urls) is `ctrl` + `shift` + `o`.
|
||||
|
||||
Currently no keyboard interaction is implemented. To get around this you can pipe the output of Packard into a tool like `less` like so: `packard -c 12 -l news -s 3 | less`. Be aware, this will remove any text formatting that has been applied.
|
||||
|
||||
## Notes
|
||||
|
||||
For anyone who may or may not look at this, I am very new to Rust with this being my first project making use of it. So expect mistakes.
|
||||
|
|
Loading…
Add table
Reference in a new issue