Commit Graph

139 Commits

Author SHA1 Message Date
piotr 1c7a481108 fresh binary v0.2.0 2021-09-29 22:57:57 +02:00
Piotr Miller 2043ed3af5 Merge pull request #29 from aajonusonline/main
Add support for absolute paths
2021-09-29 22:54:47 +02:00
Piotr Miller 53a1c895e9 Merge branch 'main' into main 2021-09-29 22:53:38 +02:00
Piotr Miller 63bc6eb3b2 Merge pull request #30 from nwg-piotr/v020
v0.2.0 allows to run a resident instance of nwg-drawer
2021-09-29 22:49:58 +02:00
piotr 6f10951238 wait for binary to be released while installing 2021-09-29 22:41:44 +02:00
piotr 9e2bbf155c update README 2021-09-29 22:02:29 +02:00
piotr 26cd4fb0cf other logging levels 2021-09-28 03:15:36 +02:00
piotr 8c0d158e3d skip loading if file doesn't exist 2021-09-28 03:04:39 +02:00
piotr 875c8078d6 remove 1 error message 2021-09-28 02:51:03 +02:00
piotr 1f91ade8e6 multiple fixes 2021-09-28 02:40:23 +02:00
piotr a9fe4a7371 update README 2021-09-27 02:27:04 +02:00
piotr 941764ee9f update README 2021-09-27 02:20:08 +02:00
piotr 00fd88275e update README 2021-09-27 01:57:32 +02:00
piotr 419c991b95 fix config dir detection 2021-09-27 01:38:00 +02:00
piotr fa3a8d9bb7 excluded dirs 2021-09-25 04:39:05 +02:00
piotr fb00364e51 migrate config files 2021-09-25 03:44:38 +02:00
piotr 62b7b4f90e comments 2021-09-25 01:41:39 +02:00
piotr 97c0e0c972 kill running instance if any 2021-09-24 04:08:22 +02:00
piotr 2ad8a8c241 kill running instance if any 2021-09-24 04:01:04 +02:00
piotr 920d95e6e1 descriptions 2021-09-24 03:36:51 +02:00
piotr c19814256f watch .desktop & pinned file changes 2021-09-24 03:01:55 +02:00
wtl e341759b9e Add support for absolute paths
In reference to https://github.com/nwg-piotr/nwg-bar/issues/1
2021-09-23 16:05:17 +03:00
piotr e6088e7345 remove stale code 2021-09-23 00:45:35 +02:00
piotr bd1aa18506 fix build and run 2021-09-23 00:38:56 +02:00
piotr 5fcc6239b6 resolve conflicts 2021-09-23 00:25:35 +02:00
piotr c974593f77 restore binary 2021-09-22 23:45:14 +02:00
piotr aa9d4ea97a temporarily remove binary 2021-09-22 23:35:23 +02:00
Piotr Miller 80f8d2eb03 Merge pull request #27 from aajonusonline/main
use `unknown` icon when one is not available
2021-09-22 23:09:23 +02:00
wtl 0a6fcf6e95 remove getImageFromIcon 2021-09-22 18:37:33 +03:00
wtl 54e880df47 use unknown icon when one is not available 2021-09-22 14:51:16 +03:00
Piotr Miller a1bb05c816 Merge pull request #26 from nwg-piotr/logging
fixed formatting
2021-09-19 00:54:09 +02:00
Piotr Miller 7b76c271d9 Merge pull request #25 from nwg-piotr/logging
Logging + 1 bug fixed
v0.1.12
2021-09-17 02:52:44 +02:00
piotr 1df4c1a812 fixed formatting 2021-09-17 02:49:48 +02:00
piotr 3768e21b61 bump to 0.1.12 2021-09-17 02:38:09 +02:00
piotr c1a807615f avoid closing window on item pinned 2021-09-17 02:35:43 +02:00
piotr b6dd4099fd logging with logrus 2021-09-17 02:33:39 +02:00
Piotr Miller 6ca8e6a175 Merge pull request #24 from nwg-piotr/fix_nodisplay
Fix nodisplay, fix running in terminal
v0.1.11
2021-09-07 02:51:26 +02:00
piotr f12be46583 fix #23 2021-09-07 02:47:17 +02:00
piotr 9d50258042 don't skip hidden entries: fixes #22 added in #19 2021-09-07 02:07:29 +02:00
piotr 1be8e432fa print errors in human-readable format v0.1.10 2021-09-05 01:57:24 +02:00
piotr aa227b51b8 update README 2021-09-05 01:35:44 +02:00
piotr 56d6cd264d update README 2021-09-05 01:34:57 +02:00
piotr bea2fdf90c verrsion bump 2021-09-05 01:26:36 +02:00
Piotr Miller 6a0f9d4a93 Merge pull request #20 from james-lawrence/use-terminal-env
use terminal environment variable if present
2021-09-05 01:12:30 +02:00
James Lawrence 206a602e77 use terminal environment variable if present 2021-09-04 15:29:58 -04:00
Piotr Miller c655f99cd9 Merge pull request #19 from james-lawrence/bugfix/whitespace-handling
Bugfix/whitespace handling
2021-09-01 02:18:26 +02:00
James Lawrence 3a59228eaa remove old parse entry version 2021-08-31 06:33:04 -04:00
James Lawrence 57826c064d improve parsing of desktop entries.
- speed up parsing by not creating nearly as many strings.
- fix basic whitespace handling. fixes #4

goos: linux
goarch: amd64
pkg: github.com/nwg-piotr/nwg-drawer
cpu: AMD Ryzen 7 1800X Eight-Core Processor
BenchmarkDesktopEntryParserOld-16    	   10000	    146094 ns/op
BenchmarkDesktopEntryParser-16       	   26097	     43303 ns/op
PASS
ok  	github.com/nwg-piotr/nwg-drawer	3.090s
2021-08-31 06:32:40 -04:00
Piotr Miller c5e39f179f Merge pull request #18 from nwg-piotr/searchres
focus first search result #17
v0.1.9
2021-08-30 03:17:49 +02:00
piotr ce48848589 focus first search result #17 2021-08-29 03:37:00 +02:00