Skip to content

Commit

Permalink
Develop 4.0.0 (#116)
Browse files Browse the repository at this point in the history
* [skip ci] Update copyright from 2018 to 2019

* [skip ci] Update movie for v4

* [skip ci] Set official donate button at README.md

* [skip ci] Put donation button

* [skip ci] rpm version 4.0.0

* [skip ci] Add donation section

* [skip ci] Fix typo README.md

* [skip ci] Update spec version

* [skip ci] Update man page s/2018/2019/

* [skip ci] Manual install v4.0.0
  • Loading branch information
greymd authored Feb 28, 2019
1 parent 65af04c commit 2cfdd59
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 10 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2018 Yamada, Yasuhiro
Copyright (c) 2019 Yamada, Yasuhiro

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
16 changes: 13 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,12 @@
<a href="https://github.com/greymd/tmux-xpanes/releases/latest"><img src="https://img.shields.io/github/release/greymd/tmux-xpanes.svg" alt="Latest version" /></a>
<a href="https://travis-ci.org/greymd/tmux-xpanes"><img src="https://travis-ci.org/greymd/tmux-xpanes.svg?branch=master" alt="Build Status" /></a>
<a href="LICENSE" alt="MIT License"><img src="http://img.shields.io/badge/license-MIT-blue.svg?style=flat" /></a>
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=A7ZRLWLDKHK36&source=url"><img src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif" alt="Donation" /></a>
</p>


<p align="center">
<img src="https://raw.githubusercontent.com/wiki/greymd/tmux-xpanes/img/movie_v3.gif" alt="Introduction Git Animation" />
<img src="https://raw.githubusercontent.com/wiki/greymd/tmux-xpanes/img/movie_v4.gif" alt="Introduction Git Animation" />
</p>

## TL;DR
Expand Down Expand Up @@ -78,7 +81,7 @@ $ brew install tmux-xpanes
## With `yum` (For CentOS, RHEL users)

```sh
$ sudo yum install https://github.com/greymd/tmux-xpanes/releases/download/v3.1.1/tmux-xpanes_v3.1.1.rpm
$ sudo yum install https://github.com/greymd/tmux-xpanes/releases/download/v4.0.0/tmux-xpanes_v4.0.0.rpm
```

## With `apt` (For Ubuntu users)
Expand Down Expand Up @@ -109,7 +112,7 @@ zplug "greymd/tmux-xpanes"

```sh
# Download with wget
$ wget https://raw.githubusercontent.com/greymd/tmux-xpanes/v3.1.1/bin/xpanes -O ./xpanes
$ wget https://raw.githubusercontent.com/greymd/tmux-xpanes/v4.0.0/bin/xpanes -O ./xpanes

# Put it under PATH and make it executable.
$ sudo install -m 0755 xpanes /usr/local/bin/xpanes
Expand Down Expand Up @@ -1032,3 +1035,10 @@ $ bash test/cases_smoke.sh
# License

The scripts is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).


# Donation

If this project help you reduce time, you can give me a cup of coffee :)

<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=A7ZRLWLDKHK36&source=url" target="_blank" rel="noopener"><img src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif" alt="Donation" /></a>
2 changes: 1 addition & 1 deletion bin/xpanes
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ FORMAT:
And etc.
Other sequences are available. Please refer to date(1) manual.
Copyright (c) 2018 Yamada, Yasuhiro
Copyright (c) 2019 Yamada, Yasuhiro
Released under the MIT License.
https://github.com/greymd/tmux-xpanes
_EOS_
Expand Down
4 changes: 2 additions & 2 deletions man/man.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
XPANES 1 "JUN 2018" "User Commands" ""
XPANES 1 "FEB 2019" "User Commands" ""
=======================================

NAME
Expand Down Expand Up @@ -488,7 +488,7 @@ tmux(1)
AUTHOR AND COPYRIGHT
------

Copyright (c) 2018 Yamada, Yasuhiro <greengregson@gmail.com> Released under the MIT License.
Copyright (c) 2019 Yamada, Yasuhiro <greengregson@gmail.com> Released under the MIT License.
https://github.com/greymd/tmux-xpanes


Expand Down
4 changes: 2 additions & 2 deletions man/xpanes.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH XPANES 1 "JUN 2018" "User Commands" ""
.TH XPANES 1 "FEB 2019" "User Commands" ""
.SH NAME
.PP
xpanes, tmux\-xpanes \- Ultimate terminal divider powered by tmux
Expand Down Expand Up @@ -528,7 +528,7 @@ Each line provided by standard input is corresponding to the each pane's command
.BR tmux (1)
.SH AUTHOR AND COPYRIGHT
.PP
Copyright (c) 2018 Yamada, Yasuhiro \[la]greengregson@gmail.com\[ra] Released under the MIT License.
Copyright (c) 2019 Yamada, Yasuhiro \[la]greengregson@gmail.com\[ra] Released under the MIT License.
\[la]https://github.com/greymd/tmux-xpanes\[ra]
.SH ACKNOWLEDGEMENTS
.PP
Expand Down
2 changes: 1 addition & 1 deletion tmux-xpanes.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Name: tmux-xpanes
Summary: Awesome tmux-based terminal divider
Version: 3.1.1
Version: 4.0.0
Group: Applications
License: MIT
Release: %(date '+%'s)
Expand Down

0 comments on commit 2cfdd59

Please sign in to comment.