Bert Jacobs
edb42a0e3b
Use filepath package throughout for Windows support
...
The "path" package supports only forward slashes in paths, like those
found in *nix operating systems or URLs.
Meanwhile Windows with its CP/M and QDOS ancestry requires drive letters
and backslashes, and thus the "filepath" package needs to be used.
2021-12-14 23:40:23 +01:00
Bert Jacobs
8d703e95ae
Use platform independent os.UserHomeDir() function
...
Pull request #7 replaced some code blocking cross-compilation. However,
the "HOME" environment variable is not available on Windows.
For this reason, Go introduced a dedicated method in the os package
starting from version 1.12.
2021-09-13 17:23:35 +02:00
Lucas Bremgartner
a4b355ffbd
Add template functionality
2017-06-30 11:10:26 +02:00
f10462cee8
http => https
2016-02-14 13:16:03 -08:00
20746f6640
Fixing silly flag test error
2015-11-08 10:18:19 +09:00
Andrew Rynhard
0ea7bb507b
Fix #6
...
This allows cross compiling for OS X on Linux machines.
2015-11-05 16:18:19 -08:00
67a97669ca
Adding unlink parameter
2015-09-06 14:45:57 +09:00
c29b8b8200
Cleanup
2015-09-04 12:15:57 +09:00
813de95ee7
Revert "Style changes"
...
This reverts commit a644ed8f7f
.
2015-08-10 18:33:22 +09:00
db4c127550
Switching toml parser to BurntSushi/toml to fix issue #2
2015-08-10 13:48:57 +09:00
a644ed8f7f
Style changes
2015-08-10 13:42:31 +09:00
2eb2dceedf
Cleanup
2015-07-20 19:42:08 +09:00
db3f4056d5
Allow .tml and .yml extensions, add nomacro flag
2015-07-20 13:09:08 +09:00
fd67170533
Set envvars
2015-07-02 17:55:58 +09:00
e603433876
WIP
2015-07-02 17:54:49 +09:00
5b51896793
Update
2015-06-24 18:01:55 +09:00
5e41714234
Add nocmd and nolink command line arguments
2015-06-14 17:00:07 +09:00
7dc5c10f18
Log usage instructions to stderr instead of stdout
2015-05-18 11:11:25 +09:00
a3ce7ba3c1
Making flag enumeration be more idiomatic
2015-05-08 19:31:47 +09:00
ef5f8cba8d
Updating documentation
2015-04-06 12:55:03 +09:00
a1f10ebfb0
Updating docs
2015-04-06 10:23:17 +09:00
5e4ff87716
Updating documentation, swapping source and destination fields for links
2015-04-06 10:20:41 +09:00
74fc847f6c
Renaming flags
2015-04-05 18:40:46 +09:00
7876ad587f
Adding support for commands
2015-04-05 17:55:09 +09:00
1f8da243cf
Simplify
2015-04-05 16:53:32 +09:00
eac74e82cb
Improved command line handling
2015-04-03 12:58:41 +09:00
b8c009a3e0
Updating online help
2015-04-02 20:40:39 +09:00