Commit Graph

1909 Commits

Author SHA1 Message Date
Jguer
7608c6338d References #34 fix for yay -Qstats. Also added warnings about packages not available in AUR. 2017-07-07 00:48:01 +01:00
Jguer
d8f1c382b1 Possible fix for #34 2017-07-07 00:25:49 +01:00
Jguer
a0ee114577 Added --printconfig for debugging and quickly checking settings 2017-07-07 00:05:18 +01:00
Jguer
ff0d2ff90f Merge branch 'kshlm-fill-defaults-before-everything' 2017-07-06 23:48:52 +01:00
Kaushal M
2bf1cf4515
Fill default config before trying to unmarshal config file
This keeps the default config values available if the config file only
has a few options.

Also, if the config is not found, save the default config in its place.
And pretty print it when saving to make it easier to edit for users.
2017-07-06 13:00:48 +05:30
Jguer
3ab83cd14f Fixes #35 for now. (TODO: Implement Si natively]) 2017-07-05 22:30:42 +01:00
Jguer
a27a0d329d Fixes #36@ 2017-07-05 22:21:58 +01:00
Jguer
2ea7510093 Changes to makefile 2017-07-04 18:54:03 +01:00
J Guerreiro
b7eb2f963f Yay 2.0 2017-07-03 12:55:37 +01:00
Jguer
812eca3aa5 Fixes #29. Changed to MiB and KiB and added simple float 2017-06-23 09:43:57 +01:00
Jguer
eea82fb8ee Added missing flag to timeupdate 2017-06-23 09:19:18 +01:00
Jguer
144b483be3 Merge branch 'maximbaz-fix-timeupdate-param-usage' into dev 2017-06-23 09:17:16 +01:00
Maxim Baz
72cfd64e36 Fix config name in json 2017-06-21 09:41:54 +02:00
Maxim Baz
bebc821653 Fix TimeUpdate param usage
TimeUpdate is `false` by default. We want to compare modification time only when user changes this parameter to `true`.
The current code seems to have inverted logic at the moment.
2017-06-17 19:18:44 +02:00
Jguer
45ba8cc511 Merge branch 'maximbaz-use-pkgname-to-search-for-saved-package-info' into dev 2017-06-14 08:49:43 +01:00
Jguer
7d915b14a2 Merge branch 'use-pkgname-to-search-for-saved-package-info' of https://github.com/maximbaz/yay into maximbaz-use-pkgname-to-search-for-saved-package-info 2017-06-14 08:47:38 +01:00
Jguer
5bae8e81a6 Refactoring 2017-06-14 08:47:17 +01:00
Maxim Baz
7a823c50d8 Use pkgName to search for saved package info
URL is not a unique identifier. Multiple installed packages can refer to the same github URL,
like `alacritty-git` and `alacritty-terminfo-git`.

The search must be thus based on the package name.
2017-06-11 22:50:56 +02:00
Jguer
bdbf9c6107 Fixes #25. 2017-05-25 18:09:43 +01:00
Jguer
3905dd86a4 By default yay uses Package Version for updates. Use --timeupdates to set updates based on modification time. Closes #9 2017-05-25 00:28:35 +01:00
Jguer
22f8dcf150 Merge branch 'maximbaz-improve-query-list-formatting' into dev 2017-05-21 21:40:10 +01:00
Maxim Baz
9fa8c9265e Improve query list formatting 2017-05-21 17:10:42 +02:00
Jguer
2c458a42a1 Merge branch 'dev' of https://github.com/jguer/yay into dev 2017-05-16 16:53:20 +01:00
Jguer
fd6b2be76b First version of fully working vcs updates 2017-05-16 16:53:15 +01:00
Jguer
457f4ead8c Fixed Package versioning bug. Display fix. 2017-05-15 11:39:06 +01:00
Jguer
d9b793b695 If github fudges up don't save it 2017-05-09 14:44:34 +01:00
Jguer
6206c105a7 Implemmented github VCS updates. Getting hammered by rate limiting 2017-05-09 02:09:43 +01:00
Jguer
66c4a31b71 More refactoring on pacman 2017-05-08 18:19:58 +01:00
Jguer
c06b55d6f1 Refactoring inline functions 2017-05-07 20:24:18 +01:00
Jguer
1a58017817 Changed upgrade logic to use alpm.pkg 2017-05-07 13:52:08 +01:00
Jguer
a20646fa24 Fixed a very subtle bug that hided the first result of every search in bottom up 2017-05-07 03:29:01 +01:00
Jguer
bd2842841a Killed util, config is now saved 2017-05-07 02:44:07 +01:00
Jguer
0473084ed2 More porting from util to config 2017-05-06 18:32:33 +01:00
Jguer
9ca98f7981 Transfer a lot of functions to Config. Establish global handle 2017-05-06 17:35:14 +01:00
Jguer
c1eb116c53 Fixes #20 2017-05-06 16:07:32 +01:00
Jguer
a91984045c Refactored AUR package 2017-05-02 17:32:50 +01:00
Jguer
484eb3b75f Fixed sorting issue in improved Narrow Search 2017-05-02 16:59:30 +01:00
Jguer
9b4667344e Refactored yay to use mikkeloscars aur package 2017-05-02 16:46:14 +01:00
Jguer
9f781c0411 Added Save info to vcs 2017-05-02 11:50:11 +01:00
Jguer
5c0650fe5a Minor bug fixed in completions. Github updates progressing. Info fetching done 2017-05-02 01:06:16 +01:00
Jguer
b58100fcaf branchInfo added 2017-05-01 02:34:40 +01:00
Jguer
c258986edc Simplified code 2017-05-01 02:23:26 +01:00
Jguer
acf2a33a68 Added repo parsing 2017-05-01 02:23:03 +01:00
Jguer
38617c2781 Refactored cmd/yay 2017-04-29 18:12:12 +01:00
J Guerreiro
b72ee99a61 Update README.md 2017-04-17 14:03:47 +01:00
Jguer
932b8985ff Readme updated 2017-04-10 02:07:59 +01:00
Jguer
44ca3f08ac Makefile changes 2017-04-10 02:03:07 +01:00
Jguer
4abdb4956f Bruteforce fish completions into submission. 2017-04-10 01:38:58 +01:00
Jguer
47a061315e Fixed out-of-range in Number Menu 2017-04-10 00:22:00 +01:00
Jguer
55bb41996a Fixed os args 2017-04-10 00:20:12 +01:00