summaryrefslogtreecommitdiffstats
path: root/pkg/commands/os.go
AgeCommit message (Expand)Author
2018-09-10refactor: move fallback to platform structSascha Andres
2018-09-10fix: remove call to fmt.PrintlnSascha Andres
2018-09-10feat: add test casesSascha Andres
2018-09-10fix: escape quote character on LinuxSascha Andres
2018-09-01introduce platform specific defaultsJesse Duffield
2018-09-01better error handling for commandsJesse Duffield
2018-09-01use start instead of cygstart to open files on windowsJesse Duffield
2018-09-01update testsJesse Duffield
2018-09-01WIP using runDirectCommand with xdg-openJesse Duffield
2018-08-28dont panic when catting directoriesJesse Duffield
2018-08-27Merge branch 'master' into feature/anonymous-reportingJesse Duffield
2018-08-26anonymous reporting dataJesse Duffield
2018-08-26extract dependenciesAnthony HAMON
2018-08-26switch GetOpenCommand scope to privateAnthony HAMON
2018-08-26remove useless returned variableAnthony HAMON
2018-08-26remove useless returned variableAnthony HAMON
2018-08-26simplify methodAnthony HAMON
2018-08-26avoid useless allocationAnthony HAMON
2018-08-26move platform specific code to dedicated platform filesAnthony HAMON
2018-08-26remove useless returned variableAnthony HAMON
2018-08-23Sirupsen -> sirupsenDawid Dziurla
2018-08-21fix documentation and reference issuesAnthony HAMON
2018-08-19fix ignore featureJesse Duffield
2018-08-18improve remove file logicJesse Duffield
2018-08-18support opening and editing config fileJesse Duffield
2018-08-17Merge pull request #159 from remyabel/158_escape_backticksJesse Duffield
2018-08-16Use strings.Replace instead of regexpTommy Nguyen
2018-08-15fix formattingTommy Nguyen
2018-08-15#158: escapes backticks, which is a problem in shells like BashTommy Nguyen
2018-08-14pull errors out of package scope and store sentinel errors on the gui structJesse Duffield
2018-08-14tried to update to latest masterMark Kopenga
2018-08-14fix open commandJesse Duffield
2018-08-14Merge branch 'master' into feature/quoted-messagesJesse Duffield
2018-08-14refactor commands to depend less on the shellJesse Duffield
2018-08-14Platform should only be present onceAndrei Miulescu
2018-08-14use platform-specific message quotingJesse Duffield
2018-08-14centralise subprocess code to gui.goJesse Duffield
2018-08-13got this bad boy compiling againJesse Duffield
2018-08-13progress on refactorJesse Duffield
2018-08-12Mid refactor change some more stuffAndrei Miulescu
2018-08-12Move some commands aroundAndrei Miulescu
2018-08-12Restrucure project in a way where it is more modularAndrei Miulescu