BBEdit Product Tour
Exercise Total Control Over Text | Work Your Way | Command Files, Folders, Disks, and Servers | Enjoy Textual Omnipotence | Live Up To Standards | Integrate Smoothly Into Existing Workflows
(Tip: click each image below to see it full size in a new browser tab.)
Here’s a disk browser showing off the “BBEdit Dark” color scheme:
BBEdit offers the ability to work with files on FTP and SFTP servers as easily as if they were part of your local file system.
You can also add files from anywhere (on disk, or from FTP/SFTP) to a BBEdit Project (and save the Project for reuse). While the Disk Browser and FTP/SFTP Browser windows show you the structure of your volumes, BBEdit Projects let you easily access related files without them having to be located together.
BBEdit features extensive integration with the Unix command line, via a collection of powerful tools. These are included with the application:
bbedit
command-line tool lets you open FTP and SFTP URLs from the command line, and behaves consistently with other Unix tools by allowing you to create files on the fly, as well as by accepting input piped from other Unix commands. (Try “ls -la | bbedit
”, for example.)bbdiff
provides a command-line interface to “Find Differences”; it’s very useful when used as a command-line diff
helper for SCM systems such as Subversion or Git.bbfind
to run multi-file searches from the command line, and return the results for additional processing.bbresults
tool parses file/line output from other Unix commands in order to generate browseable GUI results windows so that you can easily navigate warnings and errors (for example, from compiler output).See Work Your Way for more Terminal integration.
Find out what’s new in BBEdit 15. Or check out the full feature list.