Commit Graph

20 Commits

Author SHA1 Message Date
Antoine POPINEAU
51e7a60b7a Add manpage generation test run. 2024-08-07 07:52:55 +02:00
Antoine POPINEAU
514f065e4d
Add workflow to run test and build on PR. 2024-04-28 09:50:59 +02:00
Antoine POPINEAU
2b6d06545d
Updating CI actions. 2024-04-25 20:32:12 +02:00
Antoine POPINEAU
9712edfc35 Added a test and changed README. 2024-01-02 12:54:43 +01:00
Antoine POPINEAU
d215a2f390 Test CI updates for tip and release. 2023-11-05 12:26:30 +01:00
Antoine POPINEAU
ef41d59918 Update CI workflows. 2023-11-05 12:26:30 +01:00
Antoine POPINEAU
0b21921b4d
ESC now resets the form and session. 2021-06-23 11:53:35 +02:00
Antoine POPINEAU
0c5b66df2d
Edit CI to build unpublished releases for development branches. 2021-06-23 10:44:09 +02:00
Antoine POPINEAU
0bd8dde043
Fix behavior on ^A and unicode support.
^A now correctly takes the user to the beginning of the current field.

The strategy initially used for string indexing was pretty naive and did
not take Unicode into account (and characters spanning multiple bytes).
This would mess up cursor offset calculations and overall string
indexing (leading to crashes).
2020-07-06 13:43:56 +02:00
Antoine POPINEAU
413689bf80
Fixed artifact generation for armv7h. Mention stable AUR package in README. 2020-07-05 12:59:14 +02:00
Antoine POPINEAU
b7c4ecb4cd
Use 'armv7h' instead of 'armv7'. 2020-07-05 11:51:25 +02:00
Antoine POPINEAU
b74ed1c4f2
Tip release should be named tip instead of master. 2020-07-05 11:37:18 +02:00
Antoine POPINEAU
ca8fd8fde1
Prepare CI for first tagged release [skip ci]. 2020-07-04 23:34:24 +02:00
Antoine POPINEAU
f2ec800eed
Add to a way to skip the run of continuous integration? [skip ci]. 2020-07-02 11:26:07 +02:00
Antoine POPINEAU
034f44155e
Added a short option for the width argument. Added usage and build instructions to README. 2020-06-29 17:37:27 +02:00
Antoine POPINEAU
6b86ae85a6
GitHub Actions missed a push. 2020-06-29 14:11:00 +02:00
Antoine POPINEAU
38a543b5bd
Only run CI from master. 2020-06-29 09:07:51 +02:00
Antoine POPINEAU
d647a97f07
Implementing multiarch build. 2020-06-29 09:06:57 +02:00
Antoine POPINEAU
53b80f93a2
Renamed project to tuigreet. 2020-06-28 17:18:43 +02:00
Antoine POPINEAU
ea9d911ce0
Continuously build master branch. 2020-06-27 18:52:43 +02:00