Jeremy Cook
7632591681
Coding standards fixes based off of Rubocop and minor edits to make
...
logic flow easier to understand.
2015-10-12 19:30:29 -04:00
Jeremy Cook
ee04b5788a
Removed the homesick shell module and folded its code in elsewhere.
2014-06-14 15:03:57 -04:00
Nicolas McCurdy
d9ee74bf14
Move GitActions and FileActions into a new Actions module
2014-04-16 20:54:26 -04:00
Nicolas McCurdy
2148697864
Separate Actions into two new modules: FileActions and GitActions
2014-04-16 18:05:02 -04:00
Nicolas McCurdy
03d87807e0
Use require instead of autoload ( fix #108 )
2014-04-16 17:48:36 -04:00
Nicolas McCurdy
705a416d74
Extract the CLI into a new Homesick::CLI class, while making Homesick a module
2014-04-16 17:20:05 -04:00
Jeremy Cook
74cfd29272
Small refactoring to keep main homesick class smaller.
2014-04-15 22:20:12 -04:00
Jeremy Cook
efea18327b
Added options for exec command and a new exec_all command.
2014-04-13 10:59:40 -04:00
Jeremy Cook
bea3a0b680
Added exec command to homesick.
2014-04-05 09:21:16 -04:00
Jeremy Cook
94bff3aa9d
Small change to make symlink text a symbol in the map command.
2014-01-25 23:16:15 -05:00
Nicolas McCurdy
98edb54ca4
Merge remote-tracking branch 'upstream/master' into rubocop-fixes
...
Conflicts:
lib/homesick.rb
2014-01-21 22:37:48 -05:00
Jeremy Cook
59f6239ea0
Renamed symlink command to link.
2014-01-21 17:21:07 -05:00
Nicolas McCurdy
95943deb82
Revert changes that use "\" and disable the line length cop
2014-01-20 21:03:21 -05:00
Nicolas McCurdy
08a71f657f
Fix a minor code style issue where "do" wasn't on the same line as its params
2014-01-20 16:03:18 -05:00
Nicolas McCurdy
0bbb82f9ba
Wrap all lines of Ruby code to 79 characters (maximum)
2014-01-15 23:44:39 -05:00
Nicolas McCurdy
e42eff4e10
Refactor the ln_s method to decrease its cyclomatic complexity
2014-01-15 23:34:12 -05:00
Nicolas McCurdy
7e659f11fe
Fix some broken spec expectations and move/rename a method
2014-01-15 23:29:40 -05:00
Nicolas McCurdy
c667cefd4c
Refactor the clone method to decrease its cyclomatic complexity
2014-01-15 23:29:40 -05:00
Nicolas McCurdy
8f634b9d07
Add brief documentation comments for Homesick and Homesick::Actions
2014-01-15 23:23:30 -05:00
Nicolas McCurdy
12244abb56
Fix a few more syntax-related rubocop issues manually
2014-01-15 23:23:29 -05:00
Nicolas McCurdy
fc2bbb1d6e
Fix several rubocop issues with "rubocop -a"
2014-01-15 23:23:29 -05:00
Nicolas McCurdy
f03e7670cf
Fix an issue reported by rubocop that wasn't ignored in the todo config
...
Issue text: Favor modifier if/unless usage when you have a single-line body.
2014-01-15 23:22:03 -05:00
Jeremy Cook
8dac49548c
Added command to display current version of homesick.
2014-01-06 19:12:13 -05:00
Jeremy Cook
78271a9ed4
Added commands to cd into a castle and to open a shell and to open the
...
default editor in the root of a given castle.
2013-12-31 21:20:13 -05:00
Jeremy Cook
8f67188c19
Added new tests for status and commit
2013-12-31 21:18:14 -05:00
thilko
357e2f60f2
delete repo dir
2013-11-23 22:05:07 +01:00
thilko
243ba70b33
using rm_rf to avoid confirmations on delete
2013-11-23 21:54:40 +01:00
thilko
640da07089
call unlink before removing the castle repo
2013-11-23 21:06:41 +01:00
thilko
69c38774fe
ask user before start destroying
2013-11-23 21:01:53 +01:00
mingkai
6ca49327c3
Change github-repo pattern to allow numbers for usernames/repos
2013-11-23 19:38:53 +01:00
bcd87
3d47cc44af
Rake now passes on Ruby 1.8.7 on my machine
2013-11-23 19:38:52 +01:00
bcd87
0e6915b860
Using the homesick clone github shortcut now clones to ~/.homesick/repos/repo/, in stead of ~/.homesick/repos/username/repo/
2013-11-23 19:38:52 +01:00
Trae Robrock
5b954b93e3
Fix #19 homesickrc pathname needs a to_s to eval
...
Also, moved the file evaluation into a new function so the script can be
ran manually which should make testing these scripts easier.
2013-11-23 19:38:50 +01:00
Trae Robrock
b596e063f5
Add unlink functionality
2013-11-23 19:38:50 +01:00
David Simon
651e028d5b
Whoops, fixed typo
2013-11-23 19:37:24 +01:00
David Simon
6f3186df2f
Using DEFAULT_CASTLE_NAME in show_path, diff, status
2013-11-23 19:37:24 +01:00
David Simon
92c61f928e
Added three commands: show_path, status, diff
2013-11-23 19:37:24 +01:00
akahige
d3cb45f879
default castle name to constant
2013-11-23 19:37:24 +01:00
John Bellone
314e2932fb
Update homesick.rb to make https default for GitHub clones.
...
If we use HTTPS it is a lot easier for corporate worlds to manage proxies since its usually already done for us. Also HTTPS cloning is just as fast as the git protocol as of more recent versions.
2013-11-23 19:37:24 +01:00
akahige
8ee5165ccf
set default castle name: 'dotfiles' for some commands
2013-11-23 19:37:24 +01:00
muratayusuke
f8a6fb9ce2
follow Ruby Style Guide for some points
2013-11-23 19:37:23 +01:00
muratayusuke
1563814cb0
use single-quate if don't need double-quate
2013-11-23 19:36:37 +01:00
muratayusuke
cc1ee544c3
move castle/home/.homesick_subdir to castle/.homesick_subdir
2013-11-23 19:36:36 +01:00
muratayusuke
06975f79f5
deal with edge case: the parent and descendant are both listed in the manifest
2013-11-23 19:36:36 +01:00
muratayusuke
830106a168
refactor symlink
2013-11-23 19:36:35 +01:00
muratayusuke
01934d5b00
replace .manifest to .homesick_subdir
2013-11-23 19:36:35 +01:00
muratayusuke
bba0e3ed7d
support nested dir in .homesick_subdir
2013-11-23 19:36:35 +01:00
Eric West
7db0b13d30
refactor, cleanup and tweak
2013-11-23 19:36:35 +01:00
Eric West
b1c6c8f835
Handling edge cases
...
Covers only edge cases related to tracking, not yet
handling linking or updating. Getting a bit hairy,
must be refactored.
2013-11-23 19:36:35 +01:00
muratayusuke
7620f40cb2
symlink subdirs with .homesick_subdir
2013-11-23 19:36:34 +01:00