Commit Graph

138 Commits

Author SHA1 Message Date
Nicholas O'Connor
fc814d1cb3 move config to its own subdir, preparation for #24 2017-04-13 15:02:50 -07:00
Nicholas O'Connor
404076539b empty commit that fixes bug #8 because the last one didn't* 2017-04-13 14:43:04 -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
d5ec9071ff no, i just had it backwards 2017-04-12 11:40:18 -07:00
Nicholas O'Connor
15708bc531 or relative links, i'll have to fix that 2017-04-12 11:39:29 -07:00
Nicholas O'Connor
1c05faf235 I don't think this markdown speaks triple-backtick 2017-04-12 11:36:41 -07:00
Nicholas O'Connor
ee74e3f654 I don't think this markdown has syntax highlighting 2017-04-12 11:34:51 -07:00
Nicholas O'Connor
e16cac75be post-receive didn't run 2017-04-12 11:27:52 -07:00
Nicholas O'Connor
c202f5ad1d somehow i never included a readme 2017-04-12 11:27:14 -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
9039e57790 0.2 2017-04-07 17:47:51 -07:00
Nicholas O'Connor
e58fb7d78e hello version 0.2 2017-03-28 13:36:15 -07:00
Nicholas O'Connor
c3b8fae585 clarifying this is MIT code 2017-03-28 12:45:00 -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
405ba80d8d moved source finding logic to its own function for easy reuse later 2017-03-24 22:41:33 -07:00
Nicholas O'Connor
f32328c32a cellar_library funciton in CMakeLists.txt 2017-03-24 22:33:26 -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
Nicholas O'Connor
f20b0899a1 cellar config set is now effective 2017-03-24 20:12:57 -07:00
Nicholas O'Connor
f4de6406bb verbose output is now a thing 2017-03-24 20:01:25 -07:00
Nicholas O'Connor
4e67bd40c5 cellar now outputs pretty shit when it detects stdout is a terminal 2017-03-24 19:30:58 -07:00
Nicholas O'Connor
c877663932 config command can get values now 2017-03-24 18:45:50 -07:00
Nicholas O'Connor
22cffca2d8 bottles now initialize their config in a new constructor instead of get_bottles 2017-03-24 17:58:24 -07:00
Nicholas O'Connor
20844ae72b removed need for dummy file (and therefore removed dummy file) 2017-03-24 17:30:49 -07:00
Nicholas O'Connor
55787584e2 config loading is now done via bottle class method, save function also exists 2017-03-24 17:17:43 -07:00
Nicholas O'Connor
04f2c46def beginnings of a config command 2017-03-24 15:57:49 -07:00
Nicholas O'Connor
ece1c07b1a update install rules 2017-03-23 21:23:01 -07:00
Nicholas O'Connor
1c91618f5c launching commands! 2017-03-23 21:20:26 -07:00
Nicholas O'Connor
325413f3f2 converted executable-based commands to the new command API (as "core") 2017-03-23 19:09:36 -07:00
Nicholas O'Connor
5a7353abc1 introduction of new output functions to use instead of directly streaming to cout 2017-03-23 18:51:11 -07:00
Nicholas O'Connor
8b2cb4ceba fixed building in directories other than the package root 2017-03-23 18:22:09 -07:00
Nicholas O'Connor
5278b5d98b still learning to cmake correctly 2017-03-23 18:09:18 -07:00
Nicholas O'Connor
a6d9c341df functional but naive activate command 2017-03-23 18:08:24 -07:00