Port details |
- ictree Like tree(1) but interactive
- 1.0.1 sysutils
=0 Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one. - Maintainer: alven@FreeBSD.org
 - Port Added: 2025-09-09 10:42:06
- Last Update: 2025-09-09 10:39:59
- Commit Hash: 4951cf9
- License: GPLv3+
- WWW:
- https://nikitaivanovv.github.io/ictree/
- https://github.com/NikitaIvanovV/ictree/
- Description:
- ictree is a terminal-based program that takes a list of contents of directories
and displays them in a pager similar to less where you can fold/unfold
directories and quickly jump between them.
EXAMPLES:
Find something with locate and pipe output into ictree:
locate something | ictree
The same applies to any program that can produce a list of paths. For example,
one can use find with ictree to view current working directory in a nice
tree-like format:
find | ictree
ictree can also take a file that contains paths as its first argument:
locate something > list.txt
ictree list.txt
ictree supports Vi-like search functionality. Extended regular expressions are
supported. If a pattern contains '/' character, the search is performed by full
paths of items instead of their short names in the list.
 ¦ ¦ ¦ ¦ 
- Manual pages:
-
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- To install the port:
- cd /usr/ports/sysutils/ictree/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/ictree
- pkg install ictree
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: ictree
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1754494166
SHA256 (ictree-v1.0.1.tar.gz) = a34730ab9722ea5718282b20cbe0904048447ecc11716909e2e03bb2057683d0
SIZE (ictree-v1.0.1.tar.gz) = 588405
No package information for this port in our database- Sometimes this happens. Not all ports have packages. This is doubly so for new ports, like this one.
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.4.1 : devel/gmake
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- sysutils_ictree
- USES:
- gmake
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 1
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.0.1 09 Sep 2025 10:39:59
    |
Älven (alven)  |
sysutils/ictree: [NEW PORT] Like tree(1) but interactive
ictree is a terminal-based program that takes a list of contents of
directories and displays them in a pager similar to less where you can
fold/unfold
https://nikitaivanovv.github.io/ictree/
PR: 284245
Approved by: yuri@ (Mentor)
Differential Revision: https://reviews.freebsd.org/D52439 |
Number of commits found: 1
|