Tommy Nguyen
|
cea736e6e9
|
Factor out into NormalizeLinefeeds; add tests
|
2018-08-19 07:20:50 -04:00 |
|
Tommy Nguyen
|
b46d174f70
|
view_helpers.go: don't ignore return value
|
2018-08-19 02:21:33 -04:00 |
|
Tommy Nguyen
|
cdc6d45fa4
|
view_helpers.go: replace \r with \r\n
|
2018-08-19 02:19:19 -04:00 |
|
Tommy Nguyen
|
018b43163c
|
synchronize deps
|
2018-08-18 02:20:10 -04:00 |
|
remyabel
|
9a923eb300
|
Merge branch 'master' into 157_remove_bom
|
2018-08-18 02:11:13 -04:00 |
|
Jesse Duffield
|
3f5c1a4243
|
bump version to v0.1.66
|
2018-08-18 16:00:30 +10:00 |
|
Jesse Duffield
|
db7e623c0c
|
bump version to v0.1.65
|
2018-08-18 16:00:12 +10:00 |
|
Jesse Duffield
|
ad8f02b986
|
add 386 architecture to releases
|
2018-08-18 16:00:00 +10:00 |
|
Jesse Duffield
|
29431ddc8e
|
create dashboard
|
2018-08-18 15:30:56 +10:00 |
|
Jesse Duffield
|
a1a828a781
|
support opening and editing config file
|
2018-08-18 14:54:05 +10:00 |
|
Jesse Duffield
|
6b150a4be0
|
bump dependencies
|
2018-08-18 14:20:19 +10:00 |
|
Jesse Duffield
|
284c534251
|
user configurable border colors
|
2018-08-18 13:53:58 +10:00 |
|
Jesse Duffield
|
10fdb5a609
|
support writing back to user config
|
2018-08-18 13:22:05 +10:00 |
|
Jesse Duffield
|
4dc6d40b5a
|
merge master
|
2018-08-18 12:08:21 +10:00 |
|
Jesse Duffield
|
99d40c2f8e
|
run codecov report after other commands on circle ci
|
2018-08-18 11:17:31 +10:00 |
|
Jesse Duffield
|
aaa8558de8
|
Merge pull request #159 from remyabel/158_escape_backticks
#158: escapes backticks, which is a problem in shells like Bash
|
2018-08-17 21:11:20 +10:00 |
|
Jesse Duffield
|
933aae7da1
|
bump version to v0.1.64
|
2018-08-17 11:15:41 +10:00 |
|
Jesse Duffield
|
3b1689727a
|
bump version to v0.1.63
|
2018-08-17 11:15:19 +10:00 |
|
Jesse Duffield
|
c08e6d9999
|
bump version to v0.1.62
|
2018-08-17 11:14:54 +10:00 |
|
Jesse Duffield
|
dcd3bb6bbd
|
use platform independent command to remove a file or directory
|
2018-08-17 11:13:21 +10:00 |
|
Jesse Duffield
|
bd15f9d27a
|
Merge pull request #164 from dawidd6/ubuntu/release-ppa
Add info about release PPA
|
2018-08-17 09:05:31 +10:00 |
|
Tommy Nguyen
|
52033b32f7
|
Use strings.Replace instead of regexp
|
2018-08-16 17:04:39 -04:00 |
|
Dawid Dziurla
|
36eed80228
|
add info about release PPA
|
2018-08-16 19:26:43 +02:00 |
|
Jesse Duffield
|
f4e701611b
|
Merge pull request #162 from ponsfrilus/patch-3
Typo path → patch
|
2018-08-16 23:40:37 +10:00 |
|
Nicolas Borboën
|
ff15d86ced
|
Typo path → patch
|
2018-08-16 14:15:55 +02:00 |
|
Jesse Duffield
|
8b57b21d79
|
add circle ci config
|
2018-08-16 22:07:02 +10:00 |
|
remyabel
|
64d8a55dbd
|
Merge branch 'master' into 157_remove_bom
|
2018-08-16 07:59:31 -04:00 |
|
Jesse Duffield
|
563efc41c7
|
bump dependencies for i18n
|
2018-08-16 21:48:09 +10:00 |
|
Jesse Duffield
|
090537a1f1
|
Merge pull request #137 from mjarkk/master
Added a view basic translation functions and translation file
|
2018-08-16 21:46:42 +10:00 |
|
Mark Kopenga
|
fcf616bd62
|
Fixed it
|
2018-08-16 13:35:04 +02:00 |
|
Tommy Nguyen
|
74d81ae080
|
[rebase] Fix errors; update dependencies
Argument must be []byte not string
Don't commit bomtest.txt
|
2018-08-16 07:17:47 -04:00 |
|
Tommy Nguyen
|
a7755ab184
|
reformat
|
2018-08-16 07:00:13 -04:00 |
|
Mark Kopenga
|
faf218f465
|
Fixed comments from jesseduffield on issue #137
|
2018-08-16 11:31:50 +02:00 |
|
Mark Kopenga
|
90746502df
|
Fixed comments from jesseduffield on issue #137
|
2018-08-16 11:31:03 +02:00 |
|
Jesse Duffield
|
df7d1df4cb
|
bump dependencies
|
2018-08-16 19:20:59 +10:00 |
|
Jesse Duffield
|
5819e04c53
|
use shibukawa/configdir package to follow xdg spec config directory structure
|
2018-08-16 19:17:38 +10:00 |
|
Jesse Duffield
|
fd3ce21576
|
use yaml for config file rather than json
|
2018-08-16 18:43:46 +10:00 |
|
Tommy Nguyen
|
3a31b84d1a
|
add BOM test generator
|
2018-08-16 02:00:34 -04:00 |
|
Tommy Nguyen
|
f09515867d
|
#157: clean BOM, allowing CSV files to display correctly
|
2018-08-16 01:53:53 -04:00 |
|
Mark Kopenga
|
88e1a815fe
|
Fixed comment on issue #137 from @jesseduffield
|
2018-08-16 07:16:32 +02:00 |
|
Tommy Nguyen
|
db94dde114
|
fix formatting
|
2018-08-15 23:58:44 -04:00 |
|
Tommy Nguyen
|
ee4660af97
|
#158: escapes backticks, which is a problem in shells like Bash
|
2018-08-15 23:55:55 -04:00 |
|
Jesse Duffield
|
59ab38fff6
|
Update README.md
|
2018-08-16 10:37:23 +10:00 |
|
Jesse Duffield
|
adc906bb87
|
add slack image file
|
2018-08-16 10:32:52 +10:00 |
|
Mark Kopenga
|
9abbfe5a43
|
Fully translated pkg/gui/confirmation_panel.go
|
2018-08-15 15:12:55 +02:00 |
|
Mark Kopenga
|
9112278ab7
|
Merge pull request #4 from jesseduffield/master
Update to latest master
|
2018-08-15 15:03:27 +02:00 |
|
Mark Kopenga
|
d00c46a712
|
Added all english translations to a file and fixed some typos
|
2018-08-15 14:57:20 +02:00 |
|
Jesse Duffield
|
29ed971558
|
add user configuration in json file
|
2018-08-15 22:06:37 +10:00 |
|
Jesse Duffield
|
8d99b400fd
|
factor out code for new popup panels
|
2018-08-15 21:49:38 +10:00 |
|
Jesse Duffield
|
7c33c02930
|
dont panic if unable to close confirmation prompt
|
2018-08-15 21:43:31 +10:00 |
|