Recent activity

[PATCH] refactor: simplify set_prompt and add tests 21 days ago

From Vincent Jousse to ~lioploum/offpunk-devel

I was going through the code and I found some nits in the prompt
code (using `.get` with a default value on dicts) and decided to
take the occasion to setup some tests.

I've updated the README accordingly (tests need `pytest` and
`pytest-mock` to be installed).

The `README.md` has been reformated using a markdown linter, I hope you
don't mind.

---
 README.md                  | 92 +++++++++++++++++++++-----------------
 offpunk.py                 | 26 +++++------
 requirements-dev.txt       |  2 +
[message trimmed]

[PATCH v2] chore: apply PEP8 formatting using ruff 21 days ago

From Vincent Jousse to ~lioploum/offpunk-devel

---
 offpunk.py     | 1260 +++++++++++++++++++++++++++---------------------
 pyproject.toml |    7 +
 2 files changed, 712 insertions(+), 555 deletions(-)

diff --git a/offpunk.py b/offpunk.py
index 66bf2db..9636bb7 100755
--- a/offpunk.py
+++ b/offpunk.py
@@ -6,120 +6,120 @@ Offline-First Gemini/Web/Gopher/RSS reader and browser

__version__ = "2.4"

## Initial imports and conditional imports {{{
[message trimmed]

[PATCH] chore: apply PEP8 formatting using ruff 21 days ago

From Vincent Jousse to ~lioploum/offpunk-devel

---
 offpunk.py     | 1258 +++++++++++++++++++++++++++---------------------
 pyproject.toml |    7 +
 2 files changed, 711 insertions(+), 554 deletions(-)

diff --git a/offpunk.py b/offpunk.py
index 66bf2db..1edc339 100755
--- a/offpunk.py
+++ b/offpunk.py
@@ -6,120 +6,120 @@ Offline-First Gemini/Web/Gopher/RSS reader and browser

__version__ = "2.4"

## Initial imports and conditional imports {{{
[message trimmed]

[PATCH v4] Demonstrate that I can use git send-email again! 22 days ago

From Vincent Jousse to ~sircmpwn/email-test-drive

---
 vjousse | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 vjousse

diff --git a/vjousse b/vjousse
new file mode 100644
index 0000000..66cb3d4
--- /dev/null
+++ b/vjousse
@@ -0,0 +1 @@
I have successfully used git send-email!
-- 
2.47.0
[message trimmed]

[PATCH v3] Demonstrate that I can use git send-email again 22 days ago

From Vincent Jousse to ~sircmpwn/email-test-drive

---
 vjousse | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 vjousse

diff --git a/vjousse b/vjousse
new file mode 100644
index 0000000..66cb3d4
--- /dev/null
+++ b/vjousse
@@ -0,0 +1 @@
I have successfully used git send-email!
-- 
2.47.0
[message trimmed]

[PATCH v2] Demonstrate that I can use git send-email 22 days ago

From Vincent Jousse to ~sircmpwn/email-test-drive

---
 vjousse | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 vjousse

diff --git a/vjousse b/vjousse
new file mode 100644
index 0000000..66cb3d4
--- /dev/null
+++ b/vjousse
@@ -0,0 +1 @@
I have successfully used git send-email!
-- 
2.47.0
[message trimmed]

[PATCH] Demonstrate that I can use git send-email 22 days ago

From Vincent Jousse to ~sircmpwn/email-test-drive

---
 vjousse | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 vjousse

diff --git a/vjousse b/vjousse
new file mode 100644
index 0000000..6d0ecfd
--- /dev/null
+++ b/vjousse
@@ -0,0 +1 @@
I'm about to try git send-email
-- 
2.47.0
[message trimmed]