37 projects for "tail" with 2 filters applied:

  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • Automate contact and company data extraction Icon
    Automate contact and company data extraction

    Build lead generation pipelines that pull emails, phone numbers, and company details from directories, maps, social platforms. Full API access.

    Generate leads at scale without building or maintaining scrapers. Use 10,000+ ready-made tools that handle authentication, pagination, and anti-bot protection. Pull data from business directories, social profiles, and public sources, then export to your CRM or database via API. Schedule recurring extractions, enrich existing datasets, and integrate with your workflows.
    Explore Apify Store
  • 1
    Zoekt

    Zoekt

    Fast trigram based code search

    zoekt is a fast, scalable code search engine written in Go that builds compressed indexes (shards) for source repositories and serves low-latency regex and substring queries. It optimizes for developer workflows: refresh indexes from Git, search across many repos instantly, and jump into hits with surrounding context and file navigation. The indexer uses efficient n-gram dictionaries and posting lists to keep query latency low, while storing metadata (branch, language, repo) for precise...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    The fetchlog utility displays the last new messages of a logfile (syslog). fetchlog is similar like tail but offers some extra functionality like pattern matching with regular expressions, output formatting for email, SMS, pager or SNMP tools, etc.
    Downloads: 60 This Week
    Last Update:
    See Project
  • 3
    Swiss File Knife

    Swiss File Knife

    One hundred command line tools in a small and portable binary.

    Create zip files, extract zip files, replace text in files, search in files using expressions, stream text editor, instant command line ftp and http server, send folder via network, copy folder excluding sub folders and files, find duplicate files, run a command on all files of a folder, split and join large files, make md5 checksum lists of files, remove tab characters, convert CR/LF, list newest or biggest files of a folder, compare folders, treesize, show first or last lines of a file,...
    Leader badge
    Downloads: 525 This Week
    Last Update:
    See Project
  • 4
    LumberJack4Logs
    LumberJack4Logs is a viewer for log and trace files with the ability to extend the recognized data formats by adding text parser plugins.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Free and Open Source HR Software Icon
    Free and Open Source HR Software

    OrangeHRM provides a world-class HRIS experience and offers everything you and your team need to be that HR hero you know that you are.

    Give your HR team the tools they need to streamline administrative tasks, support employees, and make informed decisions with the OrangeHRM free and open source HR software.
    Learn More
  • 5

    Log Viewer

    Tail functionality with filtering and highlighting

    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Colors and text effects are useful when you are reading your log files or when you are using base shell commands. ShSh is a set of skinnable commands that do it for you! ShSh scripts are written on PHP but are usable only on command line interface.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    File Piper
    The "File Piper" is a file processing tool. It provides a set of standard file manipulation (copy, head, tail, chunk, zip, search…) in a user-friendly nice-looking Swing interface with possibility to add custom processors written in Java.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    OpenTail

    A GUI baed tail made with Qt

    A highly customizable application for tailing log files. It includes highlight functionality, filter, alerts and much more. Highlight rules can be shared, so if you find a highlight rule that you feel is really good, just copy it to the configuration folder and you are ready to use it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    qlsdup

    GUI based lightweight duplicate file finder / remover.

    ...Algorithm is simple and suitable for large file sets with few differences: basic set of duplicate candidates is determined by file size, then candidates are compared byte-wise. So for files which don't start to differ by growing at the tail it reduces read operations greatly compared to hash-based comparision (i.e. test case: 40GB of files, 16GB RAM, many differences: initial compare (uncached by OS) around 300sec, subsequent compare (relevant file parts cached by OS) ca. 2sec) Note: this program is not related to lsdup
    Downloads: 0 This Week
    Last Update:
    See Project
  • Rent Manager Software Icon
    Rent Manager Software

    Landlords, multi-family homes, manufactured home communities, single family homes, associations, commercial properties and mixed portfolios.

    Rent Manager is award-winning property management software built for residential, commercial, and short-term-stay portfolios of any size. The program’s fully customizable features include a double-entry accounting system, maintenance management/scheduling, marketing integration, mobile applications, more than 450 insightful reports, and an API that integrates with the best PropTech providers on the market.
    Learn More
  • 10
    FileSystem is an OPENSOURCE program for advanced disk management with built-in drivers for PATA IDE Hard Disks and DVD/CDROM Drives, USB Mass Storage Drivers. Implemented file systems : FAT32 / ISO9660 / EXT2. It can be compiled for DOS, LINUX, WIN32
    Leader badge
    Downloads: 6 This Week
    Last Update:
    See Project
  • 11
    GrepClipse is an easy way to filter an Eclipse console's content through a regular expression as you'll do it on a *nix console through the commands grep -n <regexpr> <currentConsoleContent> followed by tail -nf <newConsoleContent> | grep <regexpr> helping the analysis of logs during the execution of a process.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    mutalog

    Cross-platform multi-tail log colorizer.

    mutalog is cross-platform tool for colorizing and monitoring multiple log files simultaneously, similar to tail/MultiTail.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    LogsGrep

    A grep-like utility for log files.

    ...The primary target is Java log files (Log4J, common, ...), where it is very common to have multiline log entries (for example log entries with a stacktrace). It follows Unix philosophy, does only its primary job and expects its input to be generated by other more advanced tools (tail, cat, type, find...); There is no goal to be compatible with Unix grep. LogsGrep is written in the Java programming langue having performance and low resource usage in mind (no strings, no object creation, stream-processing).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Lightweight graphical Java based file watcher similar in functionality to tail. Includes additional per-file features like pausing, setting polling frequency, font size, and buffer size, refresh, in-pause tail, and clear.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    svansprogram
    A tail GUI with coloring of log entries based on regular expressions. Project has moved to http://code.google.com/p/svansprogram/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Reads accounting log created by CAR, searches for defined fields in the ticket, and sends to syslog in specified format (and tries not to die doing it). Combines logger(1) and tail(1). Any kind of feedback is welcome.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Tail is a graphical interface for following files, similar to the *nix command tail -f. Tail can monitor and show multiple files, parse file changes for optional keywords, and optionally notify you of changes both visually and audibly.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Like Unix-Tail BUT: - Runs with or without GUI - Suspend and resume tailing at runtime - Can monitor a set of Files - Print output to a textfield, stdout or file - Runs in "Grep" mode, too (Read files once) - (Almost) the same options as Unix-Tail
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Kazimir is a log analyzer, it "tail -f" on logfiles and run non-regression test in background. A configuration file defines rules to create "events" whose occurence is associated to one or more user defined actions. See http://kazimir.sourceforge.net
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Shout Log Viewer is a PHP/AJAX simple colored tail-like log viewer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    log2web is a software intended to expose on a simple web page the logs generated by log4j. The objective is to have an online log viewing tool to replace a "tail -f" plus some other benefits.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Shows a human readable tail or stdout of the glassfish server.log
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Command line tool that can view multiple log files remotely and blend them into a single output based on the appropriate dates within the log files themselves. Has cat and tail modes available. Support for multiple local/remote protocols
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    MakeLogic Tail is an advanced "tail -f" command with GUI. It needs JRE 5.0, hence it is 'Tail for Windows', Linux or 'Tail for Mac'. It shows the last few lines of a growing log file in real time. Provides many more easy to use features. Try it!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Module to allow for reading lines from a continuously-growing file (such as a system log). Handles log files that get rotated/trucated out from under us. Inspired by the Perl File::Tail module.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next