Valentin Haenel
063caf15ce
make getting existing config values for invalid keys more robust
2015-02-16 19:11:51 +01:00
Valentin Haenel
917b4aeb5e
don't complete pip packages
2015-02-16 19:10:31 +01:00
Valentin Haenel
dcfacd9b87
more keys after get should be from the list of exisiting keys
2015-02-16 18:19:24 +01:00
Valentin Haenel
07edc37a79
handle copleting versions of unknown packages
2015-02-16 11:51:09 +01:00
Valentin Haenel
7f2b237a34
update changelog
2015-02-15 21:31:40 +01:00
Valentin Haenel
589dfb8548
update became aware of -n
2015-02-15 21:31:05 +01:00
Valentin Haenel
0992fc7182
fix completion of existing packages for remove
2015-02-15 21:30:56 +01:00
Valentin Haenel
5cffbf1a80
update TODO
2015-02-15 21:30:39 +01:00
Valentin Haenel
55de54baf6
update TODO
2015-02-15 21:16:39 +01:00
Valentin Haenel
0d55fcfe85
fix typo
2015-02-15 21:14:52 +01:00
Valentin Haenel
fa819a99c9
whitespace
2015-02-15 21:10:57 +01:00
Valentin Haenel
1e8900ab92
refactor checks for inclusion in zsh array
2015-02-15 21:04:51 +01:00
Valentin Haenel
f3f85e7b40
update changelog
2015-02-15 20:45:05 +01:00
Valentin Haenel
02c3e5b704
remove only lists packages in environment if -n is given
2015-02-15 20:43:17 +01:00
Valentin Haenel
7b956e57c2
remove caching for local package list
2015-02-15 20:26:40 +01:00
Valentin Haenel
c359cc7d38
rudimentary completion for package versions
2015-02-15 19:56:24 +01:00
Valentin Haenel
dacb6a4939
fix the completion of the options
2015-02-15 19:49:43 +01:00
Valentin Haenel
980a865411
bit of a hacky first version of package version completion
2015-02-15 19:46:00 +01:00
Valentin Haenel
0cc61bb59f
refactor
2015-02-15 19:15:31 +01:00
Valentin Haenel
a417bb695b
conda info can complete existing packages
2015-02-15 16:06:16 +01:00
Valentin Haenel
e09f8d6d42
update TODO
2015-02-14 19:34:14 +01:00
Valentin Haenel
6dc70a4bed
whitespace
2015-02-14 19:34:10 +01:00
Valentin Haenel
54167bc5d1
bump version to next dev and stub changelog
2015-02-14 19:29:56 +01:00
Valentin Haenel
513e521da1
v0.3
v0.3
2015-02-14 19:28:38 +01:00
Valentin Haenel
69981e4832
channels are completed by now
2015-02-14 19:15:43 +01:00
Valentin Haenel
f96ad1e034
whitespace
2015-02-14 19:12:54 +01:00
Valentin Haenel
2e2e4c6cd7
homepage and issue-tracker
2015-02-14 19:11:17 +01:00
Valentin Haenel
63a7d96011
--name and --prefix are now mutually exclusive
2015-02-14 19:02:42 +01:00
Valentin Haenel
73a43dfa88
fix channel completion
2015-02-14 18:57:27 +01:00
Valentin Haenel
0dde1ff640
Merge branch 'refactor_config'
...
* refactor_config:
update the changelog
complete only existing keys in --get --remove and --remove-key
uniform pseudo namespace
localize some more variables
refactor for a little more sanity
fixup syntax
update comment
be mor specific which keys we are dealing with
autocomplete boolean config values
localize some variables
refactor boolean and list keys
improved error handling for --remove
offer to remove only those values that are defined
more advanced completion for config --get
config manipulators are now mutually exclusive
generalize reading config
complete values for add, set and remove
2015-02-14 18:55:53 +01:00
Valentin Haenel
056b33960e
update the changelog
2015-02-14 18:55:46 +01:00
Valentin Haenel
a48a34102d
complete only existing keys in --get --remove and --remove-key
2015-02-14 18:50:53 +01:00
Valentin Haenel
1b417173d1
uniform pseudo namespace
2015-02-14 18:35:23 +01:00
Valentin Haenel
0f603dd284
localize some more variables
2015-02-14 18:33:41 +01:00
Valentin Haenel
81dc5b863a
refactor for a little more sanity
2015-02-14 18:31:44 +01:00
Valentin Haenel
0bdf369c8a
fixup syntax
2015-02-14 18:20:07 +01:00
Valentin Haenel
7470c19795
update comment
2015-02-14 17:30:37 +01:00
Valentin Haenel
dc1400f1ae
be mor specific which keys we are dealing with
2015-02-14 17:28:04 +01:00
Valentin Haenel
fea60aa84a
autocomplete boolean config values
2015-02-14 17:24:52 +01:00
Valentin Haenel
342df8ff00
localize some variables
2015-02-14 17:21:20 +01:00
Valentin Haenel
7c63b94ce2
refactor boolean and list keys
2015-02-14 17:21:14 +01:00
Valentin Haenel
8756657d23
improved error handling for --remove
2015-02-13 22:35:30 +01:00
Valentin Haenel
19dd8922f3
offer to remove only those values that are defined
2015-02-13 22:26:17 +01:00
Valentin Haenel
cf606c9cd9
more advanced completion for config --get
2015-02-13 22:26:06 +01:00
Valentin Haenel
d2e45484bd
config manipulators are now mutually exclusive
2015-02-13 15:43:26 +01:00
Valentin Haenel
0d72ed7e1d
generalize reading config
2015-02-13 15:31:33 +01:00
Valentin Haenel
6baabbd4af
complete values for add, set and remove
2015-02-13 15:25:41 +01:00
Valentin Haenel
feb55e00d7
add TODO
2015-02-13 00:27:33 +01:00
Valentin Haenel
2664509b8a
bump version to next dev
2015-02-13 00:20:57 +01:00
Valentin Haenel
112b19037f
v0.2
v0.2
2015-02-13 00:19:24 +01:00