Alexis Opolka
138b7e0b00
Update the Continuous Deployment pipeline with a minimal amount of dependencies ( #971 )
...
* Merged dotfiles/scripts into navi/scripts
Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
* Fixes the permission denied issue
Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
* Update log functions
Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
* Test new workflow
Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
* Update cd.yml
* Update release script
Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
* Fix attempt
Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
* Update the set-ouput method
Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
* Added debugging log::info
Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
* Tries to fixe issues
Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
* Tries to fixe issues
Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
* Tries to fixe issues
Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
* Tries to fixe issues
Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
* Tries to fixe issues
Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
* Tries to fixe issues
Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
* Tries to fixe issues
Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
* Tries to fixe issues
Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
* Tries to fixe issues
Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
* Tries to fixe issues
Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
* Tries to fixe issues
Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
* Tries to fixe issues
Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
* Tries to fixe issues
Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
* Removed debugging log::info
Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
* Adds more comments on what the expressions does
Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
* Add once again the use of UPX for the linux releases
Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
* Tries to fix issues
Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
* Comment UPX until I found how it was used and implemented it correctly
Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
---------
Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
2025-04-09 20:16:14 +02:00
KITAGAWA Yasutaka
0e8e5c5af7
Run ci on pull requests
2025-02-25 13:04:16 +09:00
Denis Isidoro
ed10acba61
Fix cross builds( #829 )
2023-04-09 11:21:36 -03:00
Denis Isidoro
bd2fe39fcc
Replace target: aarch64-apple-ios by aarch64-apple-darwin ( #827 )
2023-04-09 10:17:33 -03:00
Denis Isidoro
f8192a468e
Fix publish script ( #825 )
2023-04-09 10:08:42 -03:00
Kian-Meng Ang
5c6da68122
Prettify md/yaml files
...
Resolved via `prettier -w .`
2022-09-08 20:56:04 +08:00
Denis Isidoro
ebb02e28ec
Refactor code base ( #760 )
2022-07-28 20:11:42 -03:00
Denis Isidoro
ff638495d1
Temporarily remove lint checks ( #730 )
2022-05-15 12:22:48 -03:00
Denis Isidoro
67d6a6a27f
Release binary for Linux ARM64( #728 )
...
Fixes #726
2022-05-15 12:05:25 -03:00
Ulrich Kautz
87f0ac0aec
Use already existing env var names
2022-02-14 13:53:21 +00:00
Ulrich Kautz
ef036c3224
Allow compile time default paths for cheats and config
...
This CL makes it easier to install navi on multi-tenant Linux systems, by allowing to provide pre-install cheatsheets in shared folders (and potentially pre-installed config in shared folders).
This does not break or change the existing behaviour. The shared directory / config file is only used if
- There is not already a directory / config file in the user XDG location
- Navi is compiled with NAVI_CONFIG_FILE and/or NAVI_CHEATS_DIRECTORY env var set
- The paths defined in above env vars exist
2022-02-11 17:21:53 +00:00
Denis Isidoro
6674ca9410
[CI] Fix tests ( #624 )
2021-09-16 09:11:35 -03:00
Denis Isidoro
90de292c1f
Rename osx target to apple-darwin ( #526 )
2021-04-19 07:11:23 -03:00
Denis Isidoro
f8adffd3ff
Remove support for alfred ( #509 )
2021-04-15 11:00:04 -03:00
Denis Isidoro
9095e376aa
Publish binaries for more platforms, including Windows ( #490 )
2021-04-11 12:04:12 -03:00
Denis Isidoro
78c99dcb4b
CI/CD: build for x86_64-pc-windows-gnu ( #483 )
2021-04-06 09:49:17 -03:00
Denis Isidoro
0e2f255913
Bump Github actions dependencies ( #439 )
2020-11-27 10:18:32 -03:00
Denis Isidoro
58f85394f5
Improve test coverage ( #410 )
2020-09-15 16:30:30 -03:00
Denis Isidoro
d64ec34912
Improve test coverage ( #390 )
...
- add test for tldr and cheatsh
- run all possible test cases
2020-08-28 09:58:35 -03:00
Denis Isidoro
afed6a840b
Fix CD
2020-04-19 15:56:01 -03:00
Denis Isidoro
c7f919eaa0
Add support for Alfred ( #347 )
2020-04-19 15:51:04 -03:00
Denis Isidoro
2ca1d8fc85
Fix --multi with --column + refactors ( #290 )
2020-03-19 09:19:50 -03:00
Denis Isidoro
68b0054840
Fix typo with release
2020-03-16 10:34:40 -03:00
Denis Isidoro
be4ea8424f
Add version to assets ( #276 )
2020-03-16 08:21:28 -03:00
Denis Isidoro
aefc136491
Rename CI pipeline ( #218 )
2020-03-10 13:21:00 -03:00
Denis Isidoro
c5cd85bb41
Rust implementation ( #197 )
2020-03-04 18:01:23 -03:00