Felix Zumstein

Results 83 issues of Felix Zumstein

Currently it shows the error in the command prompt and again in the pop up after closing the command prompt.

enhancement

seem when I set ``` PYTHON_WIN = "%HOMEPATH%\Anaconda\python.exe" ``` I chokes on the log location

bug

I know that the CLI has been inspired by how git lfs works, but I find it confusing to use "installing" for the process of running the graphical installer and...

enhancement

Currently, when installing git lfs after running `git xltrail install --local`, `.gitattributes` looks like this: ``` *.xla diff=xltrail *.xla merge=xltrail *.xlam diff=xltrail *.xlam merge=xltrail *.xls diff=xltrail *.xls merge=xltrail *.xlsb diff=xltrail...

The idea is to make something along the following lines work in `.gitconfig`: ``` [difftool "meld"] cmd = git-xltrail-diff.exe "$LOCAL" "$REMOTE"--output-to-file && meld "$LOCAL" "$REMOTE" ```

enhancement