Commit graph

61 commits

Author SHA1 Message Date
BBaoVanC
5762eafd73
Revert "Add nekos submodule"
This reverts commit 5cadb17f82.

I removed the repo, see
https://github.com/proprdev/nekofetch/issues/10#issuecomment-907532827
2021-08-27 19:09:35 -05:00
BBaoVanC
5cadb17f82
Add nekos submodule
Closes #10

See the Makefile in the submodule for installation -- Procursus package
coming soon.
2021-05-22 13:59:38 -05:00
BBaoVanC
ad0c343470
Add support for offline images 2021-05-22 13:12:01 -05:00
BBaoVanC
11c808f7fd
Merge pull request #13 from proprdev/actions-improvements
Use matrix in integraton.yml
2021-05-21 15:31:02 -05:00
BBaoVanC
4ebbf1a123
Use matrix in integraton.yml 2021-04-29 17:44:40 -05:00
BBaoVanC
408dad816f
Add some extra whitespace 2021-04-29 17:16:53 -05:00
BBaoVanC
dd64a4d58e
Use command-line flags for debug mode (instead of environment variable) 2021-04-29 17:11:49 -05:00
BBaoVanC
f05516b850
Remove unnecessary null definitions 2021-04-29 17:05:20 -05:00
BBaoVanC
be00f74518
Use -n instead of ! -z 2021-04-29 16:51:30 -05:00
BBaoVanC
1dd055787f
Use $use_height correctly in debug message 2021-04-29 16:49:49 -05:00
BBaoVanC
edfc35ce34
Use -z instead of checking if equal to "" 2021-04-29 16:48:23 -05:00
BBaoVanC
baac624468
Show the url of the image used when debug is enabled 2021-04-03 23:59:21 -05:00
BBaoVanC
f40b17ca06
Use an if statement for kitty imagemagick check 2021-03-29 21:18:33 -05:00
BBaoVanC
5c3c590825
Prevent error code 1 when not warning for kitty's imagemagick dependency 2021-03-29 21:14:29 -05:00
BBaoVanC
e1e499f1dd
Merge pull request #9 from AryToNeX/master
Proper arguments support and support w3m backend
2021-03-29 20:58:02 -05:00
Naomi Calabretta
f461cbb3a2 Warn if an argument is passed more than once
also respect the first passed argument of its kind only
2021-03-29 12:56:08 +02:00
Naomi Calabretta
57a29f12b4 Proper arguments support and support w3m backend 2021-03-29 00:52:33 +02:00
BBaoVanC
9382314f82
Merge pull request #8 from brennanleblanc0/master
Allow specifying a DESTDIR
2021-03-23 20:41:37 -05:00
Brennan LeBlanc
83664a30a0
Allow specifying a DESTDIR 2021-03-23 12:35:42 -03:00
BBaoVanC
de10710c32
Merge pull request #7 from NotZoeyDev/master
Add iTerm2 support
2021-03-14 18:00:54 -05:00
Zoey
4f9abc859a Add iTerm2 support 2021-03-14 18:42:35 -04:00
BBaoVanC
355a216f1e
Use the default name on mktemp (so it goes to a temporary directory) 2021-02-28 13:30:35 -06:00
propruhh
7ff9cf1d59
Make debug messages oneline 2021-02-28 13:22:55 -06:00
propruhh
9fe6aca8c2 make DEBUG an environment variable 2021-02-28 13:09:27 -06:00
propruhh
df18da99e3 make posix compliant 2021-02-28 13:04:46 -06:00
propruhh
f679e105a3 Merge branch 'master' of https://github.com/proprdev/nekofetch 2021-02-28 11:08:20 -06:00
propruhh
6133e79de9 remove echo to tell you height/sfw/nsfw 2021-02-28 11:08:10 -06:00
BBaoVanC
9ed99828f8
Add warning message for kitty image backend for missing imagemagick 2021-02-25 19:07:55 -06:00
BBaoVanC
122bfa73f7
Mark imagemagick as optional dependency (allows kitty backend) 2021-02-25 19:02:12 -06:00
propruhh
380389c254 Fix BSD/MacOS mktemp illegal option error (would just do normal neofetch) 2021-02-25 18:55:00 -06:00
BBaoVanC
ec1c7e6b5e
Add debroots and controls targets to Makefile 2021-02-25 18:36:09 -06:00
BBaoVanC
0e8a74b069
Add LICENSE to Makefile (for creating debs) 2021-01-17 16:19:40 -06:00
BBaoVanC
f7188b2cfb
Add GPLv3 license 2021-01-17 16:10:39 -06:00
BBaoVanC
f921f41811
Remove jp2a color support (breaks the actual fetch) 2021-01-16 21:25:02 -06:00
BBaoVanC
56ee91fab1
Set jp2a to use 256-color by default 2021-01-13 11:53:02 -06:00
BBaoVanC
1ef8ac1e54
Add kitty image backend support (detects kitty) 2021-01-11 08:49:20 -06:00
BBaoVanC
26613ace6d
Move PREFIX to Makefile 2021-01-10 18:43:01 -06:00
BBaoVanC
d39be74d1a
Change default prefix to /usr (instead of /usr/local) 2021-01-07 21:20:05 -06:00
BBaoVanC
47da13ddc1
Add Maintainer: section to DEBIAN/control 2021-01-06 01:10:16 -06:00
BBaoVanC
a9ecbe74e6
Add install, uninstall, and debs to Makefile 2021-01-06 01:04:12 -06:00
BBaoVanC
8fc99fb467
Readd get version workflow to CD 2021-01-05 21:30:56 -06:00
BBaoVanC
76342c7667
Remove dependency checking 2021-01-05 21:25:22 -06:00
BBaoVanC
d57a91ec8c
Remove the first v from the beginning of version name 2021-01-05 21:24:09 -06:00
BBaoVanC
e63738e9e2
Switch GitHub Actions jobs to use Makefile (#3)
* Move nekofetch to root of repository

* Add Makefile

* Use Makefile for CI and CD jobs
2021-01-05 20:55:47 -06:00
BBaoVanC
0c0b8f71bd
If height argument isn't a number, automatically choose size 2021-01-04 20:46:28 -06:00
BBaoVanC
9f4fb0960b
Add multiple flags/args that do the same (options are good) 2021-01-04 20:34:49 -06:00
BBaoVanC
69ce777957
Add curl to dependencies 2020-12-27 23:59:06 -06:00
BBaoVanC
3006961993
Change amd64 deb name back to nekofetch 2020-12-27 23:37:28 -06:00
BBaoVanC
6428c4cca1
Change height calculation to use stty instead of tput 2020-12-27 23:21:45 -06:00
BBaoVanC
e9f6e6185e
Fix upload package name 2020-12-27 23:10:14 -06:00