head 1.8; access; symbols pkgsrc-2026Q2:1.3.0.2 pkgsrc-2026Q2-base:1.3; locks; strict; comment @# @; 1.8 date 2026.08.22.15.19.04; author bsiegert; state Exp; branches; next 1.7; commitid y6FJlsYJaKI18ESG; 1.7 date 2026.08.18.15.24.15; author kim; state Exp; branches; next 1.6; commitid qJrY3WSJ8Uvgg8SG; 1.6 date 2026.08.15.12.53.25; author bsiegert; state Exp; branches; next 1.5; commitid 5lqJISwxui9ZxJRG; 1.5 date 2026.07.21.04.16.51; author kim; state Exp; branches; next 1.4; commitid rWKO8aHSmzegttOG; 1.4 date 2026.07.08.18.32.30; author bsiegert; state Exp; branches; next 1.3; commitid cDbYxmIrkrXYDSMG; 1.3 date 2026.06.05.10.21.41; author bsiegert; state Exp; branches 1.3.2.1; next 1.2; commitid jt8yVpLxXvatZAIG; 1.2 date 2026.05.07.18.49.57; author bsiegert; state Exp; branches; next 1.1; commitid MMrI2EXGAt3HJUEG; 1.1 date 2026.05.03.22.10.14; author kim; state Exp; branches; next ; commitid n5E4XofKqc1qYpEG; 1.3.2.1 date 2026.07.14.00.35.53; author maya; state Exp; branches; next ; commitid sHC3bIiGgkiEuyNG; desc @@ 1.8 log @Revbump all Go packages after go126 update @ text @# $NetBSD: Makefile,v 1.7 2026/08/18 15:24:15 kim Exp $ DISTNAME= sesh-2.28.0 PKGREVISION= 1 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_GITHUB:=joshmedeski/} GITHUB_TAG= v${PKGVERSION_NOREV} MAINTAINER= pkgsrc-users@@NetBSD.org HOMEPAGE= https://github.com/joshmedeski/sesh COMMENT= Smart tmux session manager LICENSE= mit .include "go-modules.mk" GO_BUILD_PATTERN= github.com/joshmedeski/sesh/v2 GO_LDFLAGS+= -X main.version=${PKGVERSION_NOREV} GOFLAGS+= -ldflags ${GO_LDFLAGS:Q} INSTALLATION_DIRS+= bin ${PKGMANDIR}/man1 post-install: ${INSTALL_DATA} ${WRKSRC}/man/sesh.1 \ ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/ .include "../../lang/go/go-module.mk" .include "../../mk/bsd.pkg.mk" @ 1.7 log @misc/sesh: Update to 2.28.0 Picker TUI gains preview pane, custom icons, index jumping and session aliases. Changes since 2.27.0: - fix: remove placeholder debug log statements from main() - feat: enrich tmux session names with GitHub issue titles - fix: create wildcard windows when connecting from outside tmux - Fix wildcard matching for relative connect paths - fix(shell): run preview_command through the shell so operators like && work - Show window names in the picker - Session aliases with optional auto-connect - Add an opt-in preview pane to the picker TUI - fix(picker): cap the fuzzy length penalty so long names can rank first - Picker TUI: #{1-9} index jump and a --query prefill flag - Support custom icons for configured sessions and wildcards in the picker @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.6 2026/08/15 12:53:25 bsiegert Exp $ d4 1 @ 1.6 log @Revbump all Go packages after Go 1.26 update @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.5 2026/07/21 04:16:51 kim Exp $ d3 1 a3 2 DISTNAME= sesh-2.27.0 PKGREVISION= 1 @ 1.5 log @misc/sesh: update to 2.27.0 Changes since 2.26.2: * Fix --hide-duplicates hiding live tmux sessions * Picker: Emacs keybindings (Ctrl-P/Ctrl-N) for navigation * Fix session targeting when creating wildcard windows * Allow passing git flags to the clone command * New commands: sesh mkdir, sesh cache refresh * Fix git namer for sibling worktrees; add git_dir_length option * Configurable frecency backend via [frecency] config Changes in 2.26.2: * Revert startup_command shell-command injection experiment, restore send-keys method @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.4 2026/07/08 18:32:30 bsiegert Exp $ d4 1 @ 1.4 log @Revbump all Go packages after go126 update @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.3 2026/06/05 10:21:41 bsiegert Exp $ d3 1 a3 2 DISTNAME= sesh-2.26.1 PKGREVISION= 3 @ 1.3 log @Revbump all Go packages after go126 security update @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.2 2026/05/07 18:49:57 bsiegert Exp $ d4 1 a4 1 PKGREVISION= 2 @ 1.3.2.1 log @Revbump all Go packages after go126 update @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.3 2026/06/05 10:21:41 bsiegert Exp $ d4 1 a4 1 PKGREVISION= 3 @ 1.2 log @Revbump all Go packages after go126 security update @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.1 2026/05/03 22:10:14 kim Exp $ d4 1 a4 1 PKGREVISION= 1 @ 1.1 log @Add sesh @ text @d1 1 a1 1 # $NetBSD$ d4 1 @