Riyyi
|
cfe2987e50
|
Manager: Do not bail one of the targets requires root privileges
|
3 years ago |
Riyyi
|
0e966a6408
|
Manager: Fix error message when copying files unprivileged
|
3 years ago |
Riyyi
|
50baae0a66
|
Manager: Do not bail if one of the targets doesn't exist
|
3 years ago |
Riyyi
|
4cac25b5b3
|
Manager: Change match() path argument type
Changed the path argument from directory_iterator to string, as nothing
in this function relied on the functionality.
|
3 years ago |
Riyyi
|
f4fe44ad02
|
Manager: Run clang-format
|
3 years ago |
Riyyi
|
db22cc9f06
|
Manager: Add new pattern logic to system config files
|
3 years ago |
Riyyi
|
3b4ea3f42d
|
Manager: Rename filter() -> match()
The function returns true on a pattern match, so reflect this in the
name.
|
3 years ago |
Riyyi
|
37be9506c8
|
Manager: Rename pattern and iterator variables
ignorePattern -> pattern
ignoreIterator -> patternIterator
|
3 years ago |
Riyyi
|
ed13b1f6b5
|
Manager: Add new pattern logic to pulling/pushing targets
|
3 years ago |
Riyyi
|
6f1f1c3fe7
|
Everywhere: Rename "excludePath" to "ignorePattern"
|
3 years ago |
Riyyi
|
b37a8087e9
|
Everywhere: Change exclude path configuration formatting
|
3 years ago |
Riyyi
|
4ff3092b2f
|
Manager: Move the dotfile filter function
|
3 years ago |
Riyyi
|
7f1558bc64
|
Manager: Change exclude path logic to /.gitignore*/ style
|
3 years ago |
Riyyi
|
3ed700863a
|
Manager: Fix symbolic link pulling and pushing
|
3 years ago |
Riyyi
|
06042588ee
|
Manager: Create directories for holding symlinks when pushing/pulling
|
3 years ago |
Riyyi
|
8ccdd907fc
|
Manager: Add support for C-style comments when pushing dotfiles
|
3 years ago |
Riyyi
|
16947b93e2
|
Manager+Test: Move exclude paths and system directories to config
|
3 years ago |
Riyyi
|
12c11cff9e
|
Manager: Move working directory to the config class
|
3 years ago |
Riyyi
|
82f38345d1
|
Manager: Fix system target detection in working directory
|
3 years ago |
Riyyi
|
1b4de8fb5d
|
Manager: Run clang-format
|
3 years ago |
Riyyi
|
c032373940
|
Manager: Add verbose flag and store it in new Config class
Check the verbosity in the Dotfile class when printing file operations.
|
3 years ago |
Riyyi
|
5ec1272172
|
Manager: Set process group ID before user ID
setegid() needs to be called before seteuid(); otherwise, the setegid()
call will fail because the process no longer has root privileges.
|
3 years ago |
Riyyi
|
5d5c37a496
|
Manager: Detect system files correctly during add and pull operations
|
3 years ago |
Riyyi
|
d7ff637fd0
|
Manager: Convert dotfile class to singleton
|
3 years ago |
Riyyi
|
abbf764a3e
|
Manager: Add feature to selectively comment and uncomment
|
3 years ago |
Riyyi
|
7be7440840
|
Manager: Deduplicate code between pulling and pushing functions
|
3 years ago |
Riyyi
|
80642793a6
|
Manager: Fix directory creation in the dotfile directory
|
3 years ago |
Riyyi
|
bf02122d2d
|
Manager: Cut off working directory from error message
|
3 years ago |
Riyyi
|
50c859fd34
|
Manager: Fix system target detection
|
3 years ago |
Riyyi
|
5cca591448
|
Manager: Rename paths -> indices where applicable
|
3 years ago |
Riyyi
|
bc3fc6c345
|
Manager: Put machine specific values in a separate class
|
3 years ago |
Riyyi
|
d9f95f5332
|
Manager: Add fixme to user getlogin()
|
3 years ago |
Riyyi
|
9ff368e511
|
Manager: Remove Dotfile from namespace
|
3 years ago |
Riyyi
|
5226e6a24a
|
Manager: Add file pushing function
|
3 years ago |
Riyyi
|
34e0dc72ec
|
Manager: Don't need to do a full capture
|
3 years ago |
Riyyi
|
e6842f58d8
|
Manager: Remove non-related parameter from callback
|
3 years ago |
Riyyi
|
c14db5bd46
|
Manager: Rename files to paths
|
3 years ago |
Riyyi
|
5f2bbce080
|
Manager: Add file pulling function
|
3 years ago |
Riyyi
|
f3ed90e499
|
Manager: Rename targets to paths
|
3 years ago |
Riyyi
|
cb592b8d2c
|
Manager: Make file syncing logic generic
|
3 years ago |
Riyyi
|
58bf5b98ee
|
Manager: Add function to check if file is system type
|
3 years ago |
Riyyi
|
e7d1515fca
|
Manager: Add index to dotfile iteration loop
|
3 years ago |
Riyyi
|
7920b7280e
|
Manager: Add generic dotfile looping
|
3 years ago |
Riyyi
|
de4b96bd47
|
Manager: Add Dotfile adding function
|
3 years ago |
Riyyi
|
f8ccfe79b8
|
Manager: Add target filtering to Dotfile::list()
|
3 years ago |
Riyyi
|
1893f08ea8
|
Manager: Start working on dotfile class
|
3 years ago |