14 Commits
Author SHA1 Message Date
Enrico ComitiandDavid Dollar d42165a186 Fix longest name length (#90)
Hi @ddollar,
thanks for your work on Forego.

Just an aesthetical issue: there is a wrong alignement when the longest name of processes has length 6.

A Procfile:

```
qwerty: echo 'hi'
```

Output with current version:

```
forego  | starting qwerty.1 on port 5000
qwerty.1 | hi
```

Output applying this commit:

```
forego   | starting qwerty.1 on port 5000
qwerty.1 | hi
```
2016-10-09 10:36:27 -04:00
David Dollar c19b25f6e5 Fix up release process (#82)
* remove godeps

* remove dist for now

* add colortext

* godeps

* vendor

* remove unneeded fixture

* fix vendor

* switch to circle

* dont run example during tests

* no circle.yml

* circle release

* fix equinox download

* equinox release

* fix shell

* fix shell

* fix shell

* fix shell

* release from circle-release to test

* release from circle-release

* release from circle-release

* download key

* remove update for now

* back to var for key

* and back to url

* clean up makefile

* date versions

* badge

* only master branch releases
2016-04-13 14:29:46 -07:00
Satoshi EbisawaandDavid Dollar 62551d4c2e Allow hyphen for proc name (#60) 2016-04-13 13:07:35 -07:00
Nicolas GrillyandDavid Dollar 9bc72ddb1f Use Go 1.6 vendoring (#80) 2016-04-13 13:04:45 -07:00
David Dollar a57f863d8d vendor deps 2015-01-01 21:30:55 -05:00
Peter Waller 7d87c01493 Fix LongestProcessName 2014-05-21 07:36:21 +01:00
David Dollar 7050942753 only parse procfile lines that match the regex, fixes #11 2013-09-17 19:39:06 -04:00
David Dollar 1861382225 cleanups 2013-08-27 17:06:15 -04:00
David Dollar f32684375a go fmt 2013-08-27 16:51:24 -04:00
David Dollar f85df22d56 fix name padding 2013-08-26 21:58:16 -04:00
David Dollar a3132999c8 work with singleton processes 2013-08-26 16:50:21 -04:00
David Dollar 27c6d66580 signal management, system messages 2013-08-25 16:53:21 -07:00
David Dollar 5afcfc2f95 update with suggestions from @kr 2013-08-22 12:35:51 -07:00
David Dollar e43d5af518 init 2013-08-21 13:55:18 -04:00