unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Greg Hogan <code@greghogan.com>
To: EuAndreh <eu@euandre.org>
Cc: 61823@debbugs.gnu.org
Subject: [bug#61823] [PATCH] gnu: Add tmux-plugin-continuum.
Date: Tue, 16 May 2023 16:01:29 -0400	[thread overview]
Message-ID: <CA+3U0Zk6gCit9u6BUupJM6PMRcxLMSe=1UwpG_rHTkQMGHGJhw@mail.gmail.com> (raw)
In-Reply-To: <20230311210134.12015-1-eu@euandre.org>

On Sat, Mar 11, 2023 at 4:21 PM EuAndreh via Guix-patches via
<guix-patches@gnu.org> wrote:
>
> * gnu/packages/tmux.scm (tmux-plugin-continuum): New variable.
> ---
>
> This version addresses the new linter offense that the CI raised.
>
>  gnu/packages/tmux.scm | 41 +++++++++++++++++++++++++++++++++++++++++
>  1 file changed, 41 insertions(+)
>
> diff --git a/gnu/packages/tmux.scm b/gnu/packages/tmux.scm
> index 67ce18fea1..9a2ab7ffbe 100644
> --- a/gnu/packages/tmux.scm
> +++ b/gnu/packages/tmux.scm
> @@ -317,3 +317,44 @@ (define-public tmux-plugin-resurrect
>  @end itemize")
>        (home-page "https://github.com/tmux-plugins/tmux-resurrect/")
>        (license license:expat))))
> +
> +(define-public tmux-plugin-continuum
> +  (let ((commit "3e4bc35da41f956c873aea716c97555bf1afce5d")
> +        (revision "0"))
> +    (package
> +      (name "tmux-plugin-continuum")
> +      (version (git-version "0" revision commit))
> +      (source (origin
> +                (method git-fetch)
> +                (uri (git-reference
> +                      (url "https://github.com/tmux-plugins/tmux-continuum/")
> +                      (commit commit)))
> +                (file-name (git-file-name name version))
> +                (sha256
> +                 (base32
> +                  "1py8qfs2f93hkxhk039m813bjgcs5k54si662gx05g3czqy06pb7"))))
> +      (build-system trivial-build-system)
> +      (arguments
> +       `(#:modules ((guix build utils))
> +         #:builder (begin
> +                     (use-modules (guix build utils))
> +                     (let ((out (string-append %output
> +                                 "/share/tmux-plugins/continuum/")))
> +                       (mkdir-p out)
> +                       (copy-recursively (assoc-ref %build-inputs "source")
> +                                         out)))))
> +      (synopsis "Continous saving of tmux environment")

Continous -> Continuous (thanks spell check!)

> +      (description
> +       "Features:
> +
> +@itemize
> +@item continuous saving of tmux environment
> +@item automatic tmux start when computer/server is turned on
> +@item automatic restore when tmux is started
> +@end itemize
> +
> +Together, these features enable uninterrupted tmux usage.  No matter the
> +computer or server restarts, if the machine is on, tmux will be there how you
> +left it off the last time it was used.")
> +      (home-page "https://github.com/tmux-plugins/tmux-continuum/")
> +      (license license:expat))))
> --
> 2.39.2

I am able to load and configure settings for this plugin. I have not
been able to fully test the operation due to my use of "oh my tmux"
and the challenges of integrating into the status bar. The patch looks
good to my eyes other than the synopsis spelling noted above.




  reply	other threads:[~2023-05-16 20:02 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-26 20:14 [bug#61823] [PATCH] gnu: Add tmux-plugin-continuum EuAndreh via Guix-patches via
2023-03-11 21:01 ` EuAndreh via Guix-patches via
2023-05-16 20:01   ` Greg Hogan [this message]
2023-05-17 12:24     ` EuAndreh via Guix-patches via
2023-05-17 12:28       ` EuAndreh via Guix-patches via
2023-06-08 21:43       ` bug#61823: " Ludovic Courtès
2023-05-17 12:27     ` [bug#61823] " EuAndreh via Guix-patches via

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CA+3U0Zk6gCit9u6BUupJM6PMRcxLMSe=1UwpG_rHTkQMGHGJhw@mail.gmail.com' \
    --to=code@greghogan.com \
    --cc=61823@debbugs.gnu.org \
    --cc=eu@euandre.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).