syntax highlighting

AppWizard
September 24, 2026
Chrome Unboxed offers a membership called Chrome Unboxed Plus, providing an ad-free experience and access to a private Discord community. Google has introduced a new "Text" editor app for Googlebook OS, available on the Google Play Store, which features broad syntax highlighting, a multi-file tabbed interface, large-screen desktop navigation, and standard code tools. This app is designed to be a lightweight, distraction-free text editor optimized for various screen sizes, including foldable and smartphone formats, and may eventually be extended to the broader Android ecosystem.
AppWizard
September 22, 2026
Googlebooks have officially started pre-orders ahead of their launch on October 4. The new laptop range includes a feature called Continue On, which facilitates seamless transitions between a Googlebook and a smartphone. An early preview of the Text app, a dedicated text editor available on the Google Play Store, shows it supports various programming languages and offers syntax highlighting. The app adapts well to different screen sizes, features a tab-based layout for managing multiple projects, and includes conventional tools like find and replace. While other text editor options will be available, the native Text app is specifically designed for Googlebooks. There are currently no plans to extend this app to other Android devices.
Winsage
March 19, 2026
The command line on Windows can be intimidating for average users, but tools like Windows Terminal enhance its usability with features such as tabbed browsing and improved text rendering. Winget allows users to install multiple applications simultaneously in the background, streamlining the setup process for new PCs. Oh My Posh improves the PowerShell prompt by providing contextual information and customizable themes. Git enables users to track changes and revert mistakes in files, while the bat command allows for quick viewing of text files in the terminal with syntax highlighting. These tools collectively enhance the Windows user experience by making the command line more accessible and efficient.
TrendTechie
February 24, 2026
Many developers are turning to TUI (Text User Interface) tools for tasks traditionally done in GUI applications. MONICA is an interactive layer over ffmpeg that simplifies command usage, available on GitHub. The lic tool allows users to create a LICENSE file with a single terminal command by selecting a license from a TUI menu. It can be installed via Homebrew or pip and debuted in late December 2024, receiving 21 stars. PNANA is a TUI editor that combines the simplicity of nano with features from modern editors like Sublime, built with C++17 and FTXUI. Users need to compile it from source as no binary releases are available. CodeWeaver compiles a codebase into a single Markdown document, allowing for easy sharing and documentation. It can be installed via Go. Clox (version 1.3) introduces console clocks and calendars in the terminal, supporting various time zones and formats, and can be installed as a Python module. Torrra v2 is a TUI torrent client that allows users to search and download torrents directly from the console, enhancing UI speed and navigation. It can be installed via pipx or other package managers. A command for visualizing git history in the terminal is provided: `git log --graph --decorate --all --pretty=format:'%C(auto)%h%d %C(#888888)(%an; %ar)%Creset %s'`. An alias can be created for convenience. All tools aim to enhance productivity in the terminal and are actively evolving.
Winsage
January 6, 2026
The text discusses three free file managers that enhance file management capabilities for Windows users: 1. Total Commander: - Dual windows with drag-and-drop support - Side panels for navigation - Built-in tools for batch renaming and archiving - FTP client integration - Favorites for quick access - Comprehensive file operations (copy, move, delete, rename) - File comparison with a built-in text editor - Folder synchronization - Encoding and decoding options - Full-text and duplicate file search - Customizable layout and toolbar - Background downloading support - Secure FTP over SSL/TLS 2. OneCommander: - Custom rendering and DirectX support - Session-saving tabs - Dual-pane view - Choice between Miller-Columns navigation and standard layout - Dark and light themes - User-editable icons - Built-in file preview capabilities - Support for long Unicode paths - Organized favorites into project groups - Quick filtering options - Adaptive view and dynamic columns - File Automator for advanced renaming and conversion 3. FileVoyager: - Dual-pane interface - Multiple browsing modes (report and thumbnail) - Comprehensive file operations - Support for numerous compression formats - Multimedia playback for audio and video - Folder synchronization and file comparison tools - Quick preview for any file format - Support for viewing ebooks and comic book files - Syntax highlighting for source code - Display files in flat or hexadecimal format All three file managers are available for free, with OneCommander offering a Pro version for additional features.
Winsage
October 9, 2025
Microsoft has announced the integration of its command-line text editor, Edit, into future versions of its operating system. Windows 11 Build 27965 in the Canary channel features Edit as a default application. Edit is a lightweight command-line interface editor available as an open-source project on GitHub. It can be accessed by typing “edit” in the Windows Terminal, Command Prompt, or PowerShell. Users can open specific files with the command “edit filename.txt.” Edit includes mouse interactions, visible menus, keyboard shortcuts, and features like search functionality and word wrapping. It does not replace Notepad or GUI-based editors, as it lacks features like syntax highlighting. Edit is currently available in Build 27965 for Windows Insider users and can be manually installed via GitHub or Winget.
Winsage
August 26, 2025
A fresh installation of Windows provides a clean slate, but soon requires essential tools for tasks like file extraction, text editing, audio recording, and screen capturing. The following open-source tools are recommended: - 7-Zip: A lightweight file compression tool that supports various formats (.zip, .rar, .tar, .7z, .iso) and integrates into the right-click context menu. It is free and maintained by a community. - OBS Studio: An open-source software for gamers and content creators that excels in livestreaming and game recording, featuring customizable recording parameters and a replay buffer. - Audacity: A long-standing open-source audio editing software that is lightweight yet feature-rich, ideal for straightforward audio editing tasks and supports built-in effects and plugins. - Notepad++: An enhanced text editor that supports multiple programming languages and syntax highlighting, making it suitable for editing configuration files, with lightweight nature and plugin support. - ShareX: An open-source screenshot tool that offers advanced features and customizable workflows, improving upon the Snipping Tool for seamless screenshot management. The author values these tools for being free, open-source, and reliable, often preferring them over proprietary software.
Search