Skip to content

Commit 6911061

Browse files
author
G. Roggemans
committed
First beta version
1 parent 8860e27 commit 6911061

File tree

6 files changed

+3
-9
lines changed

6 files changed

+3
-9
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# Ellipsis-TPM [![Build Status][travis-image]][travis-url] [![Latest tag][tag-image]][tag-url] [![Gitter chat][gitter-image]][gitter-url]
22
Tmux plugin manager
33

4-
**This project is in an alpha stage! Use at own risk!**
5-
64
Ellipsis-TPM is an [Ellipsis][ellipsis] extension to manage Tmux plugins. It
75
can be used as replacement for [TPM][tpm].
86

src/cli.bash

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/env bash
21
##############################################################################
32
# @file cli.bash
43
# @date January, 2016

src/log.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
##############################################################################
2-
# @file msg.bash
2+
# @file log.bash
33
# @date February, 2016
44
# @author Z. Kelling <hi@zeekay.io>
55
# @author G. Roggemans <g.roggemans@grog.be>

src/tpm.bash

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/env bash
21
##############################################################################
32
# @file tpm.bash
43
# @date January, 2016

src/vars.bash

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
#!/usr/bin/env bash
21
##############################################################################
3-
# @file tpm.bash
2+
# @file vars.bash
43
# @date January, 2016
54
# @author G. Roggemans <g.roggemans@grog.be>
65
# @copyright Copyright (c) GROG [https://grog.be] 2016, All Rights Reserved

src/version.bash

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/env bash
21
##############################################################################
32
# @file version.bash
43
# @date January, 2016
@@ -7,6 +6,6 @@
76
# @license MIT
87
##############################################################################
98

10-
TPM_VERSION=0.0.10-Alpha
9+
TPM_VERSION=1.0.0-Beta
1110

1211
##############################################################################

0 commit comments

Comments
 (0)