1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2024-12-04 10:34:55 +02:00
Commit Graph

224 Commits

Author SHA1 Message Date
Dawid Dziurla
119002d98c
README: delete Ubuntu installation 2022-05-07 12:02:37 +02:00
Jesse Duffield
00afa30ebf better appearance for reverse attribute 2022-04-16 15:19:32 +10:00
Jesse Duffield
5a0ac6fe67
Update README.md 2022-03-27 19:36:08 +11:00
Jesse Duffield
950bb5090d
Update README.md 2022-03-17 18:08:26 +11:00
Moritz Haase
08ee3309cb docs: Let 'Tag' badge in README.md link to Github 'Releases' page
Clicking the badge that shows the current tag (i.e. release) will now direct you
to the 'Releases' page.
2022-03-16 20:44:49 +11:00
Moritz Haase
7544d853fc docs: Remove 'GolangCI' badge from README.md
The service has apparently closed down some time ago.

See: https://medium.com/golangci/golangci-com-is-closing-d1fc1bd30e0e
2022-03-16 20:44:49 +11:00
Moritz Haase
75e654634f docs: Update link to GoDoc in README.md to use HTTPS instead of HTTP 2022-03-15 19:42:23 +11:00
Moritz Haase
c9f1a40ffa docs: Minor formatting fixes for README.md
Running 'mdformat' on README.md adds and removes a few line breaks to improve
readability. Also, '$' doesn't need to be escaped.
2022-03-15 19:42:23 +11:00
Moritz Haase
eb182abf48 docs: Fix typos in README.md 2022-03-15 19:42:23 +11:00
Jing Mi
15ca38ba2e Update README.md
Use `go install` instead of `go get` to install as `$GOPATH/bin/lazygit`, since using `go get` to install binary is deprecated
2022-01-31 08:59:55 +11:00
justinsb
630de34bf2 Use "reword" for amending a commit message everywhere
We were inconsistent about "rename" vs "reword" for commits.  reword
is the term used in git itself (for example, in rebase).
2021-12-25 22:34:41 +11:00
Tsvetomir Bonev
fca2f90f57 chore: add funtoo linux instructions 2021-12-25 22:26:46 +11:00
alextrastero
28cdcddb0a Update README.md
add a link to ubuntu installation instructions
2021-12-01 18:00:50 +11:00
Jesse Duffield
bd67bba751
Update README.md 2021-09-25 13:14:26 +10:00
Dawid Dziurla
6ccf58c224
README: deprecate Ubuntu PPA 2021-05-07 00:06:38 +02:00
Emiliano Ruiz Carletti
b69fc19b35 fix broken link to old AUR package 2021-04-07 08:51:07 +10:00
Jesse Duffield
96a9df04ed
Update README.md 2021-04-01 20:56:04 +11:00
Nils Andresen
1dea988cd6 Added a reference to chocolatey in README
and also added a simple overview of documentation under docs/README.md
2020-11-21 14:14:40 +11:00
Jaime Gomes
4e1d3e45a3 add minimum macos version 10.10 to the README 2020-11-18 08:36:50 +11:00
Jesse Duffield
7ddb916a18
Update README.md 2020-10-02 06:46:51 +10:00
Jesse Duffield
628abc412e
Update README.md 2020-09-27 10:36:18 +10:00
Jesse Duffield
21d4e46bf1 point to assets branch 2020-09-27 10:31:53 +10:00
Jesse Duffield
becd4cc3c0
Update README.md 2020-09-27 09:58:49 +10:00
Jesse Duffield
0c6cbe7746
Update README.md 2020-09-26 10:57:04 +10:00
Jesse Duffield
3bdfb2875f
Update README.md 2020-09-26 10:56:22 +10:00
mjarkk
b211a14a66 Add GitUI to alternatives in readme 2020-08-23 14:05:55 +10:00
Jesse Duffield
a3d1455c83
Update README.md 2020-08-22 20:46:00 +10:00
Gadzhi Kharkharov
0e65db10d8 add solus linux installation info 2020-07-18 19:48:05 +10:00
Glenn Vriesman
10fa119ab3 fix: fixed readme link
Signed-off-by: Glenn Vriesman <glenn.vriesman@gmail.com>
2020-04-27 19:14:43 +10:00
Lars E
42d21c4bb6 Add FreeBSD installation instructions 2020-04-22 19:51:01 +10:00
Francisco Miamoto
320e2a6536 fix links on toc 2020-03-27 09:14:04 +11:00
Semro
6420068569
Fix link in README 2020-03-26 18:46:26 +03:00
Jesse Duffield
ca71555d0b
Update README.md 2020-03-26 19:10:49 +11:00
Jesse Duffield
8301fae01e
Update README.md 2020-03-26 19:04:48 +11:00
Francisco Miamoto
8f13d1da91 change binary releases order 2020-03-26 18:32:38 +11:00
Francisco Miamoto
d5fe9ce2c7 add table of contents to readme 2020-03-26 18:32:38 +11:00
Jesse Duffield
569ec5919c
Update README.md 2020-03-26 09:14:14 +11:00
Jesse Duffield
3d51fbf354
Update README.md 2020-03-25 20:32:44 +11:00
J. B. Rainsberger
a15a7b607d Made the humor more concise and clear. 2020-03-25 09:18:25 +11:00
J. B. Rainsberger
d50283f5ee improved spelling 2020-03-25 09:18:25 +11:00
J. B. Rainsberger
6508d3b872 inject more humor into the README 2020-03-25 09:18:25 +11:00
J. B. Rainsberger
65b8cef1b8 Fixed an incorrect criticism of git in the README.
It's true that parts of git are genuinely difficult to use, so
we don't need to overstate that difficulty in order to state the
value proposition of lazygit. If `git add -p` can't split a hunk
any further, one is not _completely_ stuck, but one does need to
edit the hunk in a way that, after years, I still need a few
attempts to get right. The fact that many otherwise-experienced
git users don't even know that one can do that is itself a
testament to the UX problems that lazygit is trying to address.
2020-03-25 09:18:25 +11:00
Dawid Dziurla
91f6630907 README: remove codecov badge 2020-03-22 21:32:06 +11:00
Dawid Dziurla
31823a7405 Modify CI badge in README 2020-03-21 12:55:44 +11:00
Jesse Duffield
1cd7d14029
Update README.md 2020-03-04 00:11:32 +11:00
Patrick DeVivo
e223d3d8de Add TODOs badge to README
Closes #685
2020-03-02 22:39:19 +11:00
William Wagner Moraes Artero
ec31fc4cc7 docs: moved services conf docs to config.md 2020-03-01 10:57:12 +11:00
William Wagner Moraes Artero
6f4c595dde docs: configuration and pull request services' settings 2020-03-01 10:57:12 +11:00
Maurice de Bruyn
3fc22a6010
Add scoop install option to README.
Adds the install option scoop on Windows to the README.
2020-02-27 18:12:23 +01:00
Dawid Dziurla
ed020e18a0
README: drop ubuntu daily 2020-01-06 15:26:29 +01:00
Dawid Dziurla
5bb9900220
README: update ubuntu info 2020-01-03 14:49:51 +01:00
Artem Polishchuk
873fe41ab3
Fedora installation instructions 2019-12-13 11:19:42 +01:00
Lothar Haeger
5f769da74d Readme: add MacPorts install source 2019-11-17 08:08:04 +01:00
Dawid Dziurla
99ece6fc35
README: fix typo
945fccd211
2019-11-12 23:42:57 +01:00
jaanjahimees
945fccd211
Fix typo in README .zhsrc -> .zshrc
Fix typo in `Changing Directory On Exit` section
2019-11-11 18:07:11 +02:00
Jesse Duffield
945edb253b
Update README.md 2019-11-11 21:45:37 +11:00
Jesse Duffield
29ee239987
Update README.md 2019-11-10 23:31:19 +11:00
Jesse Duffield
89a9b4e6d5
Update README.md 2019-11-10 10:17:35 +11:00
Jesse Duffield
592a2ff196
Update README.md 2019-11-10 10:07:43 +11:00
Jesse Duffield
17ed90c790
Update README.md 2019-11-10 10:02:04 +11:00
Jesse Duffield
9e0b335669
Update README.md 2019-11-10 09:02:00 +11:00
Jesse Duffield
c65790b53d
Update README.md 2019-11-06 23:18:03 +11:00
Claudia
b422692746 Remove custom Homebrew tap from instructions
Now that lazygit has been added to the Homebrew core repository
([1] [2]), Homebrew users no longer need to tap into
`jesseduffield/lazygit` to install it.

[1]: https://github.com/jesseduffield/lazygit/issues/256

[2]: https://github.com/Homebrew/homebrew-core/pull/37614
2019-04-06 18:33:27 +11:00
Jesse Duffield
e68dbeb7eb organise keybindings better 2019-03-22 20:20:06 +11:00
Jesse Duffield
9402d8b0c0
Update README.md 2019-03-04 20:39:00 +11:00
Jesse Duffield
4be5eaae7b update readme again 2019-03-04 20:32:17 +11:00
Jesse Duffield
038dcb546e update readme with new keybindings link 2019-03-03 23:44:50 +11:00
mjarkk
8f0741a458 Changed the youtube link to a youtu.be short link 2018-11-03 09:19:47 +01:00
Daniel Bast
bfcb348923 Add conda to readme as possibility to install on different platforms 2018-10-25 09:54:01 +02:00
Jesse Duffield
4e0d0f7d75
Update README.md 2018-09-23 13:09:54 +10:00
Jesse Duffield
4fc290b101
Update README.md 2018-09-05 18:44:24 +10:00
Anthony HAMON
bbf7a9d790 add various badges
* golangci (https://golangci.com)
* circleci (https://circleci.com/)
* codecov.io (https://codecov.io)
* godoc
* tag release
2018-08-19 20:21:19 +02:00
Glenn Vriesman
0a4cf6a544 Docs: Fixed typo 2018-08-18 12:56:15 +02:00
Glenn Vriesman
5f5e275a0e Docs: Made commit-diffs example a local file 2018-08-18 12:55:13 +02:00
Glenn Vriesman
7b85d146af Docs: Made resolving merge conflicts a local file 2018-08-18 12:53:26 +02:00
Glenn Vriesman
fd01cdb137 Docs: Made the example gif a local file 2018-08-18 12:51:15 +02:00
Glenn Vriesman
9e8dc37308 Docs: Moved slack image to docs/resources 2018-08-18 12:46:50 +02:00
Dawid Dziurla
36eed80228
add info about release PPA 2018-08-16 19:26:43 +02:00
Jesse Duffield
59ab38fff6
Update README.md 2018-08-16 10:37:23 +10:00
Jesse Duffield
7323e08fdb
Merge pull request #127 from ponsfrilus/master
Proposal for a slightly better README.md
2018-08-12 00:51:31 +10:00
Nicolas Borboën
0ac56f5ade Proposal for a slighty bettre README.md
* Text wrapped to 80 chars;
* Kind of table of content;
* Launchpad PPA link added;
* AUR package on a bullet list;
* Missing ponctuation added;
* Youtube tutorial and keybindings on a bullet list.
2018-08-11 11:11:55 +02:00
Jesse Duffield
aec125df70
Merge branch 'master' into add-void-readme 2018-08-11 15:50:42 +10:00
Jesse Duffield
a713fff362
Merge pull request #98 from frealgagu/master
Adding arch linux packages to README.md
2018-08-11 14:04:44 +10:00
Fredy Alberto García Güiza
542fd8e88a
Fixing grammar about arch linux packages in README.md 2018-08-10 19:47:16 -05:00
Jesse Duffield
1ef794e09f
Update README.md 2018-08-11 09:43:22 +10:00
maxice8
bf9a53fada
README.md: Add Void Linux instructions 2018-08-09 19:39:18 -03:00
frealgagu
3adf5368dd Adding arch linux packages to README.md 2018-08-09 09:13:24 -05:00
Jesse Duffield
2386283e45
Update README.md 2018-08-09 16:07:25 +10:00
Jesse Duffield
79b012990b
Update README.md 2018-08-09 11:07:41 +10:00
Jesse Duffield
30c6fc2300
Update README.md 2018-08-09 10:48:57 +10:00
Jesse Duffield
16b202f227
Update README.md 2018-08-09 10:46:57 +10:00
Jesse Duffield
7c1dbb7c66
Update README.md 2018-08-09 10:46:27 +10:00
Jesse Duffield
3bf621de65
Update README.md 2018-08-09 10:21:45 +10:00
Dawid Dziurla
6581bec1ce
precise supported ubuntu releases by ppa 2018-08-08 23:21:41 +02:00
Jesse Duffield
84a2b1ceb9
Update README.md 2018-08-08 23:21:35 +10:00
Jesse Duffield
456c593c72
Update README.md 2018-08-08 08:49:37 +10:00
Jesse Duffield
dd6cdc02f0
Merge pull request #65 from ponsfrilus/ponsfrilus/coc-cg
Code of Conduct + Contributing guide proposal
2018-08-07 22:46:43 +10:00
Nicolas Borboën
2311675d08 It appears that markdown files are better handeled by GitHub with extensions. 2018-08-07 14:38:58 +02:00
Nicolas Borboën
cda365a93f Contributing guide proposal 2018-08-07 14:32:04 +02:00
Dawid Dziurla
6925ceeb6e
set minimal ubuntu version supported by ppa 2018-08-07 13:42:39 +02:00
Jesse Duffield
f8ca0ddcad
Update README.md 2018-08-07 17:55:02 +10:00
Jesse Duffield
b80e8111c6
Update README.md 2018-08-07 15:50:56 +10:00
Malcolm Robinson
90e488d5a4
Added macOS installation note (from #43) 2018-08-07 09:34:45 +10:00
Jesse Duffield
9e5c04d57d
Update README.md 2018-08-07 00:08:54 +10:00
Jesse Duffield
91ecf1e499
Update README.md 2018-08-07 00:07:42 +10:00
Jesse Duffield
fbc09e2093
add keybindings doc to readme 2018-08-06 21:35:30 +10:00
Jesse Duffield
3ee9687540
Merge pull request #20 from dawidd6/master
Add installation instructions for ubuntu
2018-08-06 20:38:35 +10:00
Jesse Duffield
0e0acc90e1
Merge pull request #29 from antham/master
Add goreportcard
2018-08-06 18:35:54 +10:00
Dawid Dziurla
c38dc16def
add instalation instructions for ubuntu 2018-08-06 10:17:05 +02:00
Nicolas Borboën
61815013cb
Update README.md
* punctuation added where missing;
* capitalized first letter of sentences;
* PR/Issue links.
2018-08-06 09:05:16 +02:00
Anthony HAMON
6b5c08d449 add goreportcard 2018-08-06 07:42:41 +02:00
Jesse Duffield
934e7a2e71
add link to go installation guide in README 2018-08-05 18:46:17 +10:00
Zhibin Cai
74cb78cbe6
Fixed a typo in README.md
Fixed a typo about zsh alias: `echo "alias lg='lazygit'" >> ~/.zshrc`
2018-08-04 23:21:06 -07:00
Jesse Duffield
3c0eeba187
Update README.md 2018-08-05 14:13:21 +10:00
Jesse Duffield
e21f840350
fix readme 2018-08-05 13:03:09 +10:00
Robert Ely
b422c5cc86
Correct gocui link 2018-08-04 19:40:04 -06:00
Jesse Duffield
8b0db89edb
Update README.md 2018-07-29 10:30:40 +10:00
Jesse Duffield
bcdfe242ac
Update README.md 2018-06-10 12:56:38 +10:00
Jesse Duffield
e80be83065
Update README.md 2018-06-10 12:52:55 +10:00
Jesse Duffield
b2e0bb49fb
Update README.md 2018-06-10 12:49:12 +10:00
Jesse Duffield
36df4c825f
Update README.md 2018-06-10 12:27:22 +10:00
Jesse Duffield
56bf7cfee8
Update README.md 2018-06-10 12:11:40 +10:00
Jesse Duffield
76d4c62995
Update README.md 2018-06-10 11:53:16 +10:00
Jesse Duffield
08174ca848 Update README.md 2018-06-10 11:35:35 +10:00