separate modules into different files

This commit is contained in:
Troy 2025-01-14 12:32:48 +00:00
parent 5a9338f64d
commit 28d59a4c7a
Signed by: troy
GPG key ID: DFC06C02ED3B4711
4 changed files with 117 additions and 102 deletions

View file

@ -50,4 +50,4 @@ 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.
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`.