Showing 23 open source projects for "syntax"

View related business solutions
  • Shift, the browser that merges all of your web apps into one powerful window. Icon
    Shift, the browser that merges all of your web apps into one powerful window.

    Your power browser.

    Streamline everything you do online when you install Shift and access thousands of apps without leaving your browser. Connect all of your Gmail, Outlook, and Office 365 accounts and manage everything from one centralized window. Build out your Shift browser with apps that integrate seamlessly so you have ultra-fast access to all the tools you use to stream, shop, work, browse, and stay connected. Shift brings it all together.
    Try for Free
  • Secure remote access solution to your private network, in the cloud or on-prem. Icon
    Secure remote access solution to your private network, in the cloud or on-prem.

    Deliver secure remote access with OpenVPN.

    OpenVPN is here to bring simple, flexible, and cost-effective secure remote access to companies of all sizes, regardless of where their resources are located.
    Get started — no credit card required.
  • 1
    ShellCheck

    ShellCheck

    A static analysis tool for shell scripts

    ShellCheck is a GPLv3 tool that provides warnings and possible suggestions for bash/sh shell scripts. ShellCheck finds bugs in your shell scripts. You can cabal, apt, dnf, pkg or brew install it locally right now. ShellCheck highlights and clarifies typical beginner's syntax mistakes and issues that cause a shell to give a cryptic error message. It shows typical intermediate level semantic problems that cause a shell to behave in a abnormally and counter-intuitively. It can also discover...
    Downloads: 13 This Week
    Last Update:
    See Project
  • 2
    fish

    fish

    The user-friendly command line shell

    Finally, a command line shell for the 90s. fish is a smart and user-friendly command line shell for Linux, macOS, and the rest of the family. fish suggests commands as you type based on history and completions, just like a web browser. Watch out, Netscape Navigator 4.0! fish supports 24 bit true color, the state of the art in terminal technology. Behold the monospaced rainbow. fish is fully scriptable, and its syntax is simple, clean, and consistent. You'll never write esac again. For those...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    doall

    Shell script to run a command for many files selected with wildcards

    Extends shell * and ? wildcards to allow inserting matched strings like Windows 'copy *.old =.new' Some examples: # Rename current files as old doall 'mv *.cur *.old' # Compress camcorder DV files doall 'ffmpeg -i *.dv *.mp4' # Move files into directories according to their extension doall 'mv *.* $2/$1.$2' # Symbolic links from vmlinuz.new to vmlinuz-5.12.6-foo, similarly config.new System.map.new doall 'ln -s /boot/*-5.12.6-* /boot/$1.new' # Hard link 3-character...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Bash Shell Scripting in a Minute

    Bash Shell Scripting in a Minute

    Learn Bash Shell Scripting in a Minute using this Collection of Script

    ... convenience. Also see this script : https://sourceforge.net/projects/automated-quiz and this script : https://sourceforge.net/projects/command-output-to-html-table/ Notes: 1. You can use Free Programs like 7-zip to open and extract this tar file to your home folder, if your OS does not have a default application 2. Check Google for further inputs on any command usage or to achieve anything further 3. You may ignore errors caused by date command on your OS, due to difference in syntax 4. Practise
    Downloads: 1 This Week
    Last Update:
    See Project
  • Top-Rated Free CRM Software Icon
    Top-Rated Free CRM Software

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
    Get started free
  • 5
    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
  • 6
    xmlsh
    "xmlsh" is derived from the design and goals the unix shell and core commands but with XML expressions and documents added as core features to the shell. xmlsh can be used as a drop-in replacement for scripting xml transformations instead of sh.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    This application assists DB2 users while writing commands, proposing options and parameters or, completing words.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Google Page Rank

    Google Page Rank

    A tool and library to gather the Google Page Rank of web pages.

    This project is a simple Qt library extension that is used to retrieve the Google page rank of any public web page. You can use the library capability asynchronously which means you can send a request and a little later you get a message with the answer which you continue to do other work. The project also includes a command line tool that is used to synchronously get the page rank of a URL. This tool can be used in shell scripts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    MikroConf Router Configuration Interface
    MikroConf is a command line administration interface for Linux-based embedded systems (linux/uclibc/busybox), which can be easily extended with new administration modules using the Tcl programming language.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Never Get Blocked Again | Enterprise Web Scraping Icon
    Never Get Blocked Again | Enterprise Web Scraping

    Enterprise-Grade Proxies • Built-in IP Rotation • 195 Countries • 20K+ Companies Trust Us

    Get unrestricted access to public web data with our ethically-sourced proxy network. Automated session management and advanced unblocking handle the hard parts. Scale from 1 to 1M requests with zero blocks. Built for developers with ready-to-use APIs, serverless functions, and complete documentation. Used by 20,000+ companies including Fortune 500s. SOC2 and GDPR compliant.
    Get Started
  • 10
    Shava is a Java written DSL inspired on pipes and filters architecture to be embedded in a OSGI environment. It defines a clean syntax for scripts and provides full typed pipes, parameterized scripts and recursive ML-inspired "let" constructions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Cheval is a platform independent GUI shell for Python written with PyGTK. Featuring tabbed sessions, Syntax highlighting, code completion, call tips, history, auto-indentation, load and save sessions and much more
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    An experimental terminal shell project in Python & curses. The aim is to be a command-driven language, with simple english-like grammar but still powerful and easy to do most CLI tasks without having to remember "weird" unix commands.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    GUI SHell: Python graphical multipurpose shell. Avoid complex shell syntax in favour of a simple syntax with GUI helpers. Uses Python for scripting and extension.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    The ultimate text preprocessor and macro expander. Its syntax is similar to JavaScript, and gmac knows some really useful tricks. Details: http://gmac.sourceforge.net/
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    A Python Shell has been constructed from Qt, QScintilla and the Python C API directly, which features syntax highlighting and simple code completion via a Qt GUI. It is hoped that a Qt Widget can be constructed from it eventually.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    XPath Shell (XPsh) is a shell extension for selecting files with an XPath-inspired syntax, depending on file attributes and the metadata and/or content of individual files. XPsh can be used as a standalone command, or it can be integrated into a shell.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    jash - Java Shell - is a command interpreter written in java. It has a syntax similar to bash. Jash runs its commands within single JVM, and makes it possible to use operating systems commands seamlessly with java commands.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    This is a Java Interpreter Shell. This shell allows the user to execute and manipulate Java methods and objects as well as perform the expected operations of a shell, all using standard Java syntax.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Lem is a object-oriented extension language with a C-like syntax. A Lem "source" program is compiled interactively and then executed. This project aims also to develop a shell (lemsh) based on the Lem programming language.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Genjutsu is a programming language designed for extending C/C++ applications. The syntax is akin to Scheme's. Genjutsu is optimized for distributed object systems and designed to make such applications easy to write. Included is a shell, gjsh.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    This will be a shell like bash, or tcsh with some additional commands to go with it. The shell will implement the syntax and symantics of the command prompt in Windows, cmd.exe, but will be designed to be a first class shell like other UNIX shells.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Latexss is a program that can transform a text file with a very minimal style syntax into a self contained LaTeX spreadsheet powered by the fp package. A graphical front-end (klatexss) is provided to generate both the text and the LaTeX file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Command shell with bash-syntax written in Java with SWT
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next