Commit Graph

125 Commits

Author SHA1 Message Date
Valentin Haenel
d5d2b83f80 fix typo, thanks to @texastony 2019-03-09 04:58:51 +01:00
Valentin Haenel
80789d3857 bump version number and open changelog 2019-03-09 04:53:11 +01:00
Valentin Haenel
104e8660a8 v0.6 v0.6 2019-03-09 04:51:38 +01:00
Valentin Haenel
097c43f8cc update changelog for v0.6 2019-03-09 04:51:30 +01:00
Valentin Haenel
bc8aed1d44 Merge pull request #11 from taylorkangbeck/add-activate
Add support for conda activate|deactivate, with environment autocomplete
2019-03-09 03:46:52 +00:00
Taylor Beck
443bae7421 Add support for conda activate|deactivate, with environment autocomplete 2019-02-08 19:08:31 -08:00
Valentin Haenel
4adb4412d9 bump to dev version and add changelog 2015-05-02 23:38:19 +02:00
Valentin Haenel
59932e6d54 v0.5 v0.5 2015-05-02 23:36:20 +02:00
Valentin Haenel
fd9004a8f4 update TODO 2015-05-02 23:36:08 +02:00
Valentin Haenel
a6da03312c conda-build can now be completed 2015-05-02 23:33:43 +02:00
Valentin Haenel
0783441938 document how to develop the completion 2015-05-02 22:59:53 +02:00
Valentin Haenel
047a7040ec update changelog 2015-02-25 19:43:47 +01:00
Valentin Haenel
3d300943f6 completion for conda-env 2015-02-25 19:27:36 +01:00
Valentin Haenel
b20b96e777 bump dev version and open changelog 2015-02-16 20:28:09 +01:00
Valentin Haenel
aaa4647f3a v0.4 v0.4 2015-02-16 20:26:59 +01:00
Valentin Haenel
43fb3e4d52 add demo 2015-02-16 20:26:43 +01:00
Valentin Haenel
6f281f8bd0 update changelog 2015-02-16 19:28:35 +01:00
Valentin Haenel
d2d2ab0fe1 create also allows package versions to be completed 2015-02-16 19:25:08 +01:00
Valentin Haenel
2cf9c60e47 refactor and fix install 2015-02-16 19:23:21 +01:00
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