Commit Graph

90 Commits

Author SHA1 Message Date
Nicholas O'Connor
85cec3444c cellar translate will now use resolve_drive_letter 2019-05-15 18:09:22 -07:00
Nicholas O'Connor
66c8175423 translates windows drive letters to canonical paths 2019-05-15 18:03:15 -07:00
Nicholas O'Connor
2e1217adf3 fix active_bottle being set to a bogus bottle location 2019-05-15 18:02:19 -07:00
Nicholas O'Connor
54a1d35556 rename drive letter regex to make room for expansion 2019-05-15 17:16:54 -07:00
Nicholas O'Connor
a6554161b8 TCLAP support for translate command 2019-05-15 16:52:25 -07:00
Nicholas O'Connor
540ab70986 fix mismatch between var name and program behavior, add "cellar translate" command 2019-05-15 12:08:33 -07:00
Nicholas O'Connor
8055a01608 lazy translation implementation 2019-05-15 11:53:18 -07:00
Nicholas O'Connor
b226a7eef5 fix -b argument not using new bottle path 2018-03-13 20:59:32 -07:00
Nicholas O'Connor
d7afe473f3 somehow that fell out of my project tree 2018-03-13 20:39:00 -07:00
Nicholas O'Connor
a74796f2f3 cmake update 2018-03-13 20:30:47 -07:00
Nicholas O'Connor
429b19abee move cellar bottles to .local/share 2018-03-13 20:06:15 -07:00
Nicholas O'Connor
9bc9838ceb that's what i get for not testing first 2017-07-11 16:24:50 -07:00
Nicholas O'Connor
678acdec90 remove long-deprecated function 2017-07-11 16:19:33 -07:00
Nicholas O'Connor
4a148b7bf6 cork and uncork respect dryrun 2017-07-11 14:23:25 -07:00
Nicholas O'Connor
ffb952fae6 pressing supports dry runs 2017-07-05 16:49:32 -07:00
Nicholas O'Connor
b979bb7a0a create and remove respect dryrun 2017-07-05 16:36:49 -07:00
Nicholas O'Connor
82dc5255b6 activate can now be run dry 2017-07-05 15:40:29 -07:00
Nicholas O'Connor
d2f83c0d0f Bottle::load_config now checks ~/.local/share/cellar.json and compiled defaults (this commit is correct) 2017-07-05 14:39:48 -07:00
Nicholas O'Connor
e2400b2908 Bottle::load_config now checks ~/.local/share/cellar.json and compiled defaults 2017-07-05 14:35:41 -07:00
Nicholas O'Connor
96ccab40f7 launch::popen respects dry run flag (#27) 2017-07-05 14:19:39 -07:00
Nicholas O'Connor
fcc08f25b0 push git related logic to cmake, now that i know how to do that kind of thing 2017-07-05 13:13:04 -07:00
Nicholas O'Connor
237ca9d4cd global config support (fix #24) 2017-06-09 13:12:48 -07:00
Nicholas O'Connor
d789416c5f cellar launch now reads and respects wine-path setting (fixes #23) 2017-06-09 12:16:59 -07:00
Nicholas O'Connor
58c96411a0 implement tclap into cellar config (behavior remains mostly unchanged) 2017-04-14 22:40:58 -07:00
Nicholas O'Connor
873d131cc9 that's what i get for using commit -a 2017-04-14 22:39:31 -07:00
Nicholas O'Connor
4b6f23f5fb support for compiled in defaults (nothing uses it yet) 2017-04-14 20:29:16 -07:00
Nicholas O'Connor
fc814d1cb3 move config to its own subdir, preparation for #24 2017-04-13 15:02:50 -07:00
Nicholas O'Connor
cd71e7f90f hello output::blank_line() (with optional bool) (fixes bug #8 ) 2017-04-13 14:35:50 -07:00
Nicholas O'Connor
f83b5eb6d4 consolidated command plumbing into one cogfile 2017-04-13 12:51:04 -07:00
Nicholas O'Connor
db813a7d7b fixed issue #14 2017-04-09 22:08:10 -07:00
Nicholas O'Connor
e4a8abf27a treat that like a string, damn compiler 2017-04-09 22:07:50 -07:00
Nicholas O'Connor
7136b3cc3e activate now uses output funcs, create_symlink wrapped in a try/catch 2017-04-09 21:26:11 -07:00
Nicholas O'Connor
fa731102ff cellar remove no longer supports paths. what is this, rm 2017-04-08 23:12:45 -07:00
Nicholas O'Connor
74997e7280 added sparse details for remove 2017-04-07 23:14:10 -07:00
Nicholas O'Connor
c68f95b73d fix spaces in args 2017-04-07 21:37:58 -07:00
Nicholas O'Connor
e58fb7d78e hello version 0.2 2017-03-28 13:36:15 -07:00
Nicholas O'Connor
91526bfe5b corking, and a major refactor to accomodate it 2017-03-28 12:41:25 -07:00
Nicholas O'Connor
f140b9b68c fixed escaping bug in commands.cpp cogs 2017-03-27 23:17:00 -07:00
Nicholas O'Connor
bfffa2dd7f remove command, which supports dry runs (so does create) 2017-03-27 22:14:41 -07:00
Nicholas O'Connor
0adbe5e0d1 build types, untested recursive_remove function in fs 2017-03-27 21:03:35 -07:00
Nicholas O'Connor
f505469ce9 fleshing out help 2017-03-27 17:59:27 -07:00
Nicholas O'Connor
166395681c create wine bottles 2017-03-27 17:53:28 -07:00
Nicholas O'Connor
70fa9f4cf7 winetricks support 2017-03-27 16:14:04 -07:00
Nicholas O'Connor
26dc361eec fleshed out missing help system data 2017-03-25 09:31:29 -07:00
Nicholas O'Connor
3dc004d27a improvements to the help command, including outputting detailed descriptions 2017-03-25 00:25:20 -07:00
Nicholas O'Connor
de77c55df7 description implementation! version already has one 2017-03-24 23:37:49 -07:00
Nicholas O'Connor
a5a8fb284c help descriptions now understood by the cog files, no implementation yet, don't try to build this 2017-03-24 23:05:31 -07:00
Nicholas O'Connor
02571218bd git commit -a doesn't add untracked files, you idiot stoner 2017-03-24 22:06:03 -07:00
Nicholas O'Connor
5024b69dcb core command reorganizing, including splitting off help for new help system 2017-03-24 22:05:22 -07:00
Nicholas O'Connor
06512f0503 support for being specific about your bottle, via -b flag 2017-03-24 21:50:32 -07:00