[go: up one dir, main page]

Command Line Tools for Mac

View 1434 business solutions
  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    The database for AI-powered applications.

    MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
    Start Free
  • Simple, Secure Domain Registration Icon
    Simple, Secure Domain Registration

    Get your domain at wholesale price. Cloudflare offers simple, secure registration with no markups, plus free DNS, CDN, and SSL integration.

    Register or renew your domain and pay only what we pay. No markups, hidden fees, or surprise add-ons. Choose from over 400 TLDs (.com, .ai, .dev). Every domain is integrated with Cloudflare's industry-leading DNS, CDN, and free SSL to make your site faster and more secure. Simple, secure, at-cost domain registration.
    Sign up for free
  • 1
    ScriptManager is a command-line tool for executing and managing plain SQL scripts. ScriptManager was written in pure Java and requires JDBC driver to connect to any JDBC-compliant database.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 2
    Command line tool to convert BMP images to binary bitmaps and c header files with 8bit page layout instead of line layout (one byte is 8-bit vertical line). Can be used to present data for graphical LCD images in micro controller programming (eg AVR).
    Downloads: 3 This Week
    Last Update:
    See Project
  • 3

    clarion database reader

    Read Clarion databases and dump data in CSV format

    This tiny tool reads a database in the Clarion Database format and converts it to CSV format. It is a command-line tool and designed to work in Linxu, although the configure may work right under other operating systems as well, like MinGW.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 4
    SiteOne Crawler (desktop app)

    SiteOne Crawler (desktop app)

    A free, feature-rich web analyzer and exporter/cloner you will love!

    A free in-depth website analyzer providing audits of security, performance, SEO, accessibility and other technical aspects. Available as a desktop application for Windows/macOS/Linux and as a CLI tool for advanced users and CI/CD processes. It also includes an offline web page exporter (website clone, mirror).
    Downloads: 4 This Week
    Last Update:
    See Project
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 5

    UuidGen

    JAVA-based generation of UUIDs

    A generator for UUIDs is often needed. Not all OS platforms include one. This JAVA-based command-line tool will generate a UUID, write it to the terminal and copy it to the clipboard, every time you call it - or double-click its JAR file.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 6
    CSV Comparator

    CSV Comparator

    CSV Comparator is a tool for comparing files which contain CSV-Data.

    CSV Comparator is a tool for comparing files which contain CSV-Data. It was created for performance engineers to be able to have a easy way to compare data from two testruns and be able to automate the comparing process of various files with scripts. There is a command line tool as well as a user interface. In case you need to compare .xml-Files you can convert them to .csv-Files with my other project CSV Transformer. The advantages by using CSV as input and output are the following: - Many applications allow an export of its data to CSV or Excel(were it could be saved to CSV) - It is possible to pre- and postprocess the data, e.g removing version numbers before comparing - It is easy to create CSV data from logfiles and other resources by using unix tools like sed or awk - CSV can be loaded into other applications, especially Excel, were it can be formatted by macros for analyzing.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7
    NOTE: The library code compatible with audacity has migrated to https://github.com/claytonotey/libsbsms A subband sinusoidal modeling library/command line tool/gui for time stretching and pitch scaling audio. Download the sbsms package for the source or the win32/mac wxSBSMSPlayer package for the gui binaries.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 8
    paps is a UTF-8 to PostScript converter that makes use of pango. It provides both a stand alone command line tool as well as a library.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 9
    command-output-to-html-table

    command-output-to-html-table

    A shell script to convert any file or command output into a html table

    Please watch the video below, to convert any file or a command output into a nice html table, in less than 5 Minutes time. The output html file can then be browsed from any location, using a local webserver or an internet www domain. Usage Examples: (Type them on Terminal) cd ~/Downloads/tabulate # location chmod +x *.sh cat "student_marks.csv" | { cat ; echo ; } | ./tabulate.sh -d "," -t "My School" -h "First Term" > "marks.html" # or > "/var/www/html/marks.html" -d specifies delimiting character, which is in between your input columns -t specifies page title -h specifies a header Browse marks.html with browser now, either by double clicking file, from file manager or inputting location on your browser. Other Examples: df -h | { cat ; echo ; } | ./tabulate.sh -d " " -t "My System" -h "Disk Free" > "diskfree.html" Refer Wiki, Tickets, Discussion for more inputs and new jobs, that can arise, with this script. Please see below for LATEST UPDATES
    Downloads: 3 This Week
    Last Update:
    See Project
  • Cloud-based observability solution that helps businesses track and manage workload and performance on a unified dashboard. Icon
    Cloud-based observability solution that helps businesses track and manage workload and performance on a unified dashboard.

    For developers, engineers, and operational teams in organizations of all sizes

    Monitor everything you run in your cloud without compromising on cost, granularity, or scale. groundcover is a full stack cloud-native APM platform designed to make observability effortless so that you can focus on building world-class products. By leveraging our proprietary sensor, groundcover unlocks unprecedented granularity on all your applications, eliminating the need for costly code changes and development cycles to ensure monitoring continuity.
    Learn More
  • 10
    Amnesia CLI

    Amnesia CLI

    Modding CLI tool kit for Amnesia: The Dark Descent

    A CLI tool kit for creation and management of Amnesia: The Dark Descent mods / custom stories. Manages game/engine log files, creates templates of mods, validates and cleans script files, assets, and more.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 11
    CSVfix

    CSVfix

    Command-line tool specifically designed to deal with CSV data

    Copyright © 2014 Neil Butterworth. If you have any dealings at all with data and databases, then you almost certainly will have to deal with comma-separated values (CSV) data. Unfortunately, the CSV files you are given, or are required to produce, never seem to be in quite the right format for your particular business application. And because of the structure of CSV records, using standard text processing tools like sed, awk and perl is not as simple as it might be. Usage: http://csvfix.byethost5.com/csvfix15/csvfix.html?csvfix.html?Usage.html?i=1&i=2 CSVfix aims to provide a solution to these problems. It is a command-line stream editor specifically designed to deal with CSV data. With it you can, among other things:
    Downloads: 2 This Week
    Last Update:
    See Project
  • 12
    Diva is a command-line tool for dispersal-vicariance analysis, a simple method for inferring the distributional history of organisms (Ronquist, F. 1997. Systematic Biology 46:193-201).
    Downloads: 2 This Week
    Last Update:
    See Project
  • 13

    fpcconvert

    g-code and HPGL code generator for FreePCB

    A command line tool for PCB job processing written in java. Input .fpc file should be generated by FreePCB. HPGL or gcode output is supported. Java ported General Polygon Clipper library is used for net contour creation. Linux and Windows platforms are tested.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 14
    tLISP is a small implementation of the LISP programming language written in Object Pascal. Includes tle a command line tool for working with the LISP environment, and dynamic library for calling LISP functions from other applications. tLISP 2 or dLISP is
    Downloads: 2 This Week
    Last Update:
    See Project
  • 15
    Mesh2HRTF
    Mesh2HRTF is an open-source project aiming at providing an easy-to-use software package for the numerical calculation of HRTFs. It targets researchers in the field of binaural audio. In a nutshell, Mesh2HRTF simply reads geometrical data, calculates the corresponding sound field and outputs HRTFs. To support multiple computer platforms, the concept of Mesh2HRTF is to focus on a command-line tool, which forms the numerical core, i.e., an implementation of the 3-dimensional Burton-Miller collocation BEM coupled with the multi-level fast multipole method (ML-FMM), and to provide add-ons for existing cross-platform applications for the preprocessing of geometrical data and for the visualization of results.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    Command line tool for accessing the Sunny Beam device from SMA under Linux. It only requires the libusb library. No additional drivers are needed. Reads power production of the solar panels through the Sunny Beam: - current production, - total production
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17

    AnimeTosho Batch Downloader

    Little CLI tool to download batches from animetosho.org

    It's a little Command Line Tool that automates the work of downloading batch uploads on animetosho.org. This script is NO where near STABLE. It might bug out from time to time. Don't forget to read the 'Bugs/Known Issue' Section in wiki.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    Command line tool to generate Gcode for CNC applications from DXF files. Originally written for 2-axis machines such as foam cutters, it now supports 3-axis machines.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    EPOLSIG

    EPOLSIG

    command line source code hash stamps

    EPO LSIG is a simple command line tool which puts a single signature line in your source code file. Thus it allows checking files against data corruption and eases version identification. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 3. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    FREJ
    FREJ stands for "Fuzzy Regular Expressions for Java" - it is a command-line tool and library which allow you easily compare strings with patterns disregarding nasty typos and considering several variants (like "Barack Obama", "B.H.Obama" etc.) Project sources are moved to github: https://github.com/RodionGork/FREJ
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    Javadoc2Help is a java based command line tool for converting the javadoc generated html output to Java Help, HTML Help(chm) and Oracle Help for Java(OHJ)
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22

    MS-Helios

    MS-Helios: A Circos wrapper to visualize multi-omic datasets

    Advances in high-resolution mass spectrometry facilitate the identification of hundreds of metabolites, thousands of proteins and their post-translational modifications. This remarkable progress poses a challenge to data analysis and visualization, requiring methods to reduce dimensionality and represent the data in a compact way. To provide a more holistic view, we recently introduced circular proteome maps (CPMs). However, the CPM construction requires prior data transformation and extensive knowledge of the Perl-based tool, Circos. We present MS-Helios, an easy to use command line tool with multiple built-in data processing functions, allowing non-expert users to construct CPMs or in general terms circular plots with a non-genomic basis. MS-Helios automatically generates data and configuration files to create high quality and publishable circular plots with Circos.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23

    MUNKI UPDATER

    Auto Update munki products

    Automatically Get Official Product Updates on munki Server. This MUNKI SERVER Command line Tool (Munki Updater) will check for available MUNKI Product Updates on official Servers (example Mozilla) and will allow to Download and Update older Product Versions on MUNKI Repository and distribute them on clients having older versions. munki updater readme: http://svn.code.sourceforge.net/p/munkiupdater/code-0/trunk/readme.txt ############# managed software centre installer including public repo with freeware: /bin/bash -c "$(curl -fsSL http://svn.code.sourceforge.net/p/munkiupdater/code-0/trunk/online/install-munki.sh)"
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    Mico and Sico

    Mico and Sico

    Merge image files into a single Windows icon (.ico) file.

    Mico is a command line tool for creating Windows icons from multiple images. Sico is a command line tool for splitting icons back into separate images.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    Music Master

    Music Master

    Tools recording, mixing, mastering and delivering music tracks

    Command line tool handling steps to clean, calibrate, process, mix, master and deliver music tracks from recordings. Easy-to-use configuration files drive the complete processes.
    Downloads: 1 This Week
    Last Update:
    See Project