Skip to content

Commit

Permalink
sysutils/superfile: terminal file manager
Browse files Browse the repository at this point in the history
Superfile is a terminal file manager, allowing you to manage files on
the terminal in much the same way as you would do in a graphical file
manager.

Superfile requires that you use one of the Nerd Fonts as your terminal
font.  Install x11-fonts/nerd-fonts on your client and set up one of
these fonts if you encounter graphical glitches.

WWW: https://github.com/MHNightCat/superfile
  • Loading branch information
clausecker committed May 13, 2024
1 parent 95a1258 commit 32f60d1
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 0 deletions.
1 change: 1 addition & 0 deletions sysutils/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -1405,6 +1405,7 @@
SUBDIR += stowES
SUBDIR += stress
SUBDIR += stressdisk
SUBDIR += superfile
SUBDIR += superiotool
SUBDIR += swapd
SUBDIR += swapexd
Expand Down
20 changes: 20 additions & 0 deletions sysutils/superfile/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
PORTNAME= superfile
DISTVERSIONPREFIX= v
DISTVERSION= 1.1.3-0.20240512232412
DISTVERSIONSUFFIX= -e7275dfc0dcd
CATEGORIES= sysutils

MAINTAINER= fuz@FreeBSD.org
COMMENT= Terminal file manager
WWW= https://github.com/MHNightCat/superfile

LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE

USES= go:modules

GO_MODULE= github.com/MHNightCat/superfile

PLIST_FILES= bin/superfile

.include <bsd.port.mk>
5 changes: 5 additions & 0 deletions sysutils/superfile/distinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
TIMESTAMP = 1715556543
SHA256 (go/sysutils_superfile/superfile-v1.1.3-0.20240512232412-e7275dfc0dcd/v1.1.3-0.20240512232412-e7275dfc0dcd.mod) = 1351778081d883d136f4805b1795582a4dd1b7d1ed76c9e66bb60306a0a219af
SIZE (go/sysutils_superfile/superfile-v1.1.3-0.20240512232412-e7275dfc0dcd/v1.1.3-0.20240512232412-e7275dfc0dcd.mod) = 2639
SHA256 (go/sysutils_superfile/superfile-v1.1.3-0.20240512232412-e7275dfc0dcd/v1.1.3-0.20240512232412-e7275dfc0dcd.zip) = 97a556426ce2684a74cd83f4584f10cc68e7b2cf6933769de4a271ba297aced4
SIZE (go/sysutils_superfile/superfile-v1.1.3-0.20240512232412-e7275dfc0dcd/v1.1.3-0.20240512232412-e7275dfc0dcd.zip) = 6041523
7 changes: 7 additions & 0 deletions sysutils/superfile/pkg-descr
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Superfile is a terminal file manager, allowing you to manage files on
the terminal in much the same way as you would do in a graphical file
manager.

Superfile requires that you use one of the Nerd Fonts as your terminal
font. Install x11-fonts/nerd-fonts on your client and set up one of
these fonts if you encounter graphical glitches.

0 comments on commit 32f60d1

Please sign in to comment.