pluma
Pluma is a command line tool in Linux commonly referred to as the "Text Editor for the MATE desktop environment." It is a lightweight and simple-to-use application, providing users with a convenient way to edit text files from the command line. Pluma offers a familiar and intuitive interface similar to other popular text editors. It supports various features like syntax highlighting for different programming languages, line numbering, file search, and replace functionality. Pluma also allows users to split windows, enabling them to work on multiple files simultaneously in a single window. It provides flexible customization options, allowing users to adjust the appearance and behavior of the editor according to their preferences. Overall, Pluma is a versatile and efficient command line tool for editing text files, suitable for both casual users and programmers.
List of commands for pluma:
-
pluma:tldr:2da0a pluma: Print all supported encodings.$ pluma --list-encodingstry on your machineexplain this command
-
pluma:tldr:85a48 pluma: Open document and go to a specific line.$ pluma +${10} ${filename}try on your machineexplain this command
-
pluma:tldr:a6fb2 pluma: Open documents using a specific encoding.$ pluma --encoding ${WINDOWS-1252} ${filename1 filename2 ---}try on your machineexplain this command
-
pluma:tldr:c535b pluma: Open specific documents.$ pluma ${filename1 filename2 ---}try on your machineexplain this command