notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
I started running short on disk space for the non-production FreshPorts hosts. This time, I have decided to ask for donations. See my recent blog post which points to my Patreon account.
Port details
ictree Like tree(1) but interactive
1.0.1 sysutilsnew! on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 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 search for ports maintained by this maintainer
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.
HomepageHomepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
pkg-plist: as obtained via: make generate-plist
Expand this list (5 items)
Collapse this list.
  1. bin/ictree
  2. share/man/man1/ictree.1.gz
  3. /usr/local/share/licenses/ictree-1.0.1/catalog.mk
  4. /usr/local/share/licenses/ictree-1.0.1/LICENSE
  5. /usr/local/share/licenses/ictree-1.0.1/GPLv3+
Collapse this list.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
Dependency lines:
  • ictree>0:sysutils/ictree
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:
  1. 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:
Expand this list (1 items)
Collapse this list.
  1. https://github.com/NikitaIvanovV/ictree/releases/download/v1.0.1/
Collapse this list.

Number of commits found: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.0.1
09 Sep 2025 10:39:59
commit hash: 4951cf94da4e39cb4fa0616f726c717d434bff4dcommit hash: 4951cf94da4e39cb4fa0616f726c717d434bff4dcommit hash: 4951cf94da4e39cb4fa0616f726c717d434bff4dcommit hash: 4951cf94da4e39cb4fa0616f726c717d434bff4d files touched by this commit
Älven (alven) search for other commits by this committer
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