Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

micro-editor-2.0.14-1.1 RPM for armv6hl

From OpenSuSE Ports Tumbleweed for armv6hl

Name: micro-editor Distribution: openSUSE Tumbleweed
Version: 2.0.14 Vendor: openSUSE
Release: 1.1 Build date: Mon Oct 13 16:43:00 2025
Group: Productivity/Text/Editors Build host: reproducible
Size: 13588020 Source RPM: micro-editor-2.0.14-1.1.src.rpm
Packager: http://bugs.opensuse.org
Url: https://github.com/zyedidia/micro
Summary: Micro is a terminal-based text editor that aims to be easy to use and intuitive
Micro is a terminal-based text editor that aims to be easy to use and intuitive,
while also taking advantage of the full capabilities of modern terminals.
It comes as one single, batteries-included, static binary with no dependencies,
and you can download and use it right now.

As the name indicates, micro aims to be somewhat of a successor to the nano editor
by being easy to install and use in a pinch, but micro also aims to be enjoyable to
use full time, whether you work in the terminal because you prefer it (like me),
or because you need to (over ssh).

Provides

Requires

License

MIT

Changelog

* Mon Oct 13 2025 Andrea Manzini <andrea.manzini@suse.com>
  - Update to version 2.0.14:
    * matchbracestyle to choose whether to underline or highlight matching braces
    * matchbraceleft to choose whether to match brace to the left of the cursor
    * hltrailingws to highlight trailing whitespace
    * hltaberrors to highlight tab vs space inconsistencies
    * Add jump command to perform a relative goto
    * Add sub-word movement actions and improve word movements
    * Add paragraph selection actions and improve paragraph movements
    * Make Shift-PageUp/Down the default keybindings for SelectPageUp/Down
    * Add signatures support to improve filetype detection in ambiguous cases
    * Provide default.yaml for default syntax highlighting
    * Improvements in syntax highlighting for various languages
    * More generic support for mouse events handling
    * Add mouse release and mouse drag events
    * Make MouseMultiCursor toggle cursors
    * Better support for handling mouse events in lua
    * Better API for lua timers
    * Add onAnyEvent callback
    * Allow colorschemes to include other colorschemes
    * Give user's files in ~/.config/micro/ precedence over micro's built-in
      files
    * Respect umask when creating files
    * Smarter smartpaste
    * Make default fileformat value suited to the OS
    * Improve buffer view relocation after jumping to a far-away location
    * Improve return values of some actions for better action chaining
    * Autocomplete filetypes
    * Allow raw escape sequence to be bound with bind
    * Various small improvements
    * Fix various crashes
    * Fix micro killed by SIGINT sent to its shell job
    * Various fixes for setting local options
    * Various fixes for reloading settings via reload command
    * Various fixes for updating settings after changing filetype
    * Fix unneeded rewriting of settings.json
    * Fix overwriting persistent non-default settings in settings.json with
      temporary default settings
    * Don't apply rmtrailingws on autosave
    * Don't autosave unmodified buffer
    * Properly update autosave timer when the autosave option value changes
    * Fix opening filenames including colons with parsecursor
    * Fix replace to be able to insert '$'
    * Fix cursor moving to an unexpected location after a redo
    * Make cursor movements after selection consistent
    * Fix incorrect buffer view after reloading file
    * Fix lost mouse release events in case the pane becomes inactive
    * Add proper locking to LineArray to fix potential races
    * Cleanup indentation and trailing whitespace
    * Improve plugin documentation
* Thu Mar 28 2024 andrea.manzini@suse.com
  - Update to version 2.0.13:
    * Add reload setting - finalization of #2627 (#2845)
    * Handle SIGABRT properly
    * Fix python decorator syntax. (#2827)
    * Fixed newline format detection for files not ending with a newline (#2875)
    * Fix typos in README (#2919)
    * fix: recognize .cmd as batch files (#2922)
    * help: fix incorrect instructions for disabling key binding (#2943)
    * Fix non-working lua Lock (#2945)
    * save: Restore the screen before overwriteFile() is left (#2967)
    * save: Restore the screen if failed to start sudo (#2971)
    * syntax: Fix include of patch in git-commit (#2917)
    * Improve metainfo file (#2910)
    * Fix issues with handling invalid regex in syntax files (#2913)
    * Fix term output capturing
    * Docs for fakecursor option
  - small .spec cleanup
  - run unit tests during build phase
* Fri Feb 23 2024 pgajdos@suse.com
  - Use %patch -P N instead of deprecated %patchN.
* Fri Oct 06 2023 tuukka.pasanen@ilmi.fi
  - Update to version 2.0.12:
    * Bump tcell for windows update
    * Add onSetActive callback (#2885)
    * Update micro.desktop (#2864)
    * Fix for capturing internal terminal pty output
    * actions: Fix the iteration over a slice under modification in QuitAll() (#2898)
    * highlighter: Fix regions and patterns inside regions (#2840)
    * add new types for zig (#2861)
    * Add support for Jenkinsfile syntax (#2750)
    * Update copypaste.md (#2826)
    * plugins.md: Add (on|pre)Rune documentation (#2837)
    * Treat Containerfiles as Dockerfiles (#2846)
    * Fixed a typo in keybindings.md (#2852)
    * Resolve merge conflict with scrollbarchar
    * Add 'scrollbarchar' option (#2342)
    * Add HistorySearchUp and HistorySearchDown actions (#1829)
    * chore: os.SEEK_CUR os.SEEK_END os.SEEK_SET has been deprecated since Go 1.7 (#2856)
    * Fix: Syntax highlighting for various issues (#2810)
    * plugins: Add capability to dis-/enable them per buffer (#2836)
    * save: fsync data safely to disk (#2681)
    * Add config JSON schema (#2697)
    * Filled ยต with white for consistency (#2811)
    * Goto next/previous diff commands + minor cleanups (#2759)
    * fixed tex comment detection at start of line (#2764)
    * Add type="desktop-application" into appdata component (#2803)
    * Fix the appdata (#2796)
    * Fix appdata file (#2793)
    * Fix com.github.zyedidia.micro.metainfo.xml (#2792)
    * Exit application if input terminal has closed
    * Hare (harelang) syntax (#2776)
    * Replace zyedidia/pty with upstream creack/pty
    * Add statusline.inactive and statusline.suggestions color groups (#1832)
    * refactor(runtime): simplify AssetDir() (#2761)
    * Bump golang.org/x/text from 0.3.2 to 0.3.8 (#2757)
    * Don't auto-detect commenttype if last_ft is empty
    * Always return full RunBackgroundShell output
    * Delete .gitmodules (#2743)
    * Make the commenttype option useful (#2735)
    * add `restrict` to C syntax (#2728)
    * fix unsigned int not highlighted (#2725)
    * Update readme build badge for github actions
    * Convert ci to github actions
    * util.HttpRequest helper to make requests with headers (#2678)
    * Fix build
    * Prompt on save/ existing file (#2714)
    * Add -profile flag for CPU profiling (#2715)
    * Reload settings when filetype is changed
    * Add fakecursor option
    * Rename multimode to multiopen
    * Add -multimode to open multiple files into split. (#2689)
    * Include mac arm binary in release scripts
    * Add darwin arm64 prebuilt binary
    * description different from JSON real default (#2680)
    * fix: allow binding the minus key, fixes #2471 (#2617)
    * Doc changes (#2646)
    * Comment plugin: improve commenting multi-line selection (#2668)
    * Fix perl syntax file
    * Add CUDA syntax support (#2652)
    * Improve buffer view relocation after jumping to a far-away location (#2628)
    * Improve Julia syntax highlighting (#2643)
    * Syntax: added support for Smalltalk (#2626)
    * Fix incorrect LastVisualX after changing bufWidth w/o resize (#2629)
    * Fix "no" when replacing with empty string (#2641)
    * Update readme
    * Bump clipper
    * Fix save with sudo for large file sizes
    * Added openSUSE installation command (#2587)
    * Add better explanation about find
    * Bump tcell
    * Document FindLiteral default binding
    * Fix relocate at the end of buffer when scrollmargin is 0 (#2578)
    * Revert adding 'git-rebase-todo' to the main git syntax highlighting file (#2564)
    * Add justfile syntax (#2523)
    * Add template literal string highlighting to typescript (#2525)
    * Restore installation instructions for Debian and Ubuntu. (#2530)
    * Use shell job for terminal callback
    * Ensure screen cannot draw during a term prompt
* Mon May 08 2023 Tuukka Pasanen <tuukka.pasanen@ilmi.fi>
  - Make syntax higlightning work by running runtime YAML
    file update with 'make generate'. Update patch to make
    sure that compiling is as bare bones as needed.
* Tue Oct 11 2022 tuukka.pasanen@ilmi.fi
  - Update to version 2.0.11:
    * add: add Pacstall to README.md (#2367)
    * plugins: load directories that are symlinks (#2214)
    * Add new python 3.10 keywords (#2243)
    * Fix gruvbox-tc colorscheme (#2240)
    * Add Terraform syntax support (#2279)
    * Fix cursor position change after CopyLine command (#2353)
    * Added installation instruction for Gentoo distro (#2209)
    * Fix weird behavior of JumpToMatchingBrace in some ill cases (#1966)
    * Update README.md (#2109)
    * Case-insensitive highlighting of hexadecimal constants
    * Linux clipboard notes reformatted and reordered (#2210)
    * runtime/help/defaultkeys.md: Fix table (#2376)
    * help/options.md: reword `hlsearch` help text (#2502)
    * delete minor unreachable code caused by log.Fatal (#2507)
    * Only run info plist on darwin
    * Fix info-plist script
    * Add livemd to markdown extensions
    * scala.yaml: add support for .sc extension (#2452)
    * fix javascript syntax recognizing parts of words as keywords (#2462)
    * added support for HolyC (#2473)
    * improve fortran syntax highlighting (#2479)
    * Adds options for tab bar and tab color reversing (#2480)
    * Gnuplot Syntax highlighting (#2483)
    * Add nushell syntax highlighting (#2486)
    * runtime/syntax/nix: Add support for block comments (#2488)
    * syntax/git-rebase-todo.yaml: support more commands (#2495)
    * add new logo with white shadow, change readme title logo (#2497)
    * PHP: Add enum and keyword, and modify types (#2204)
    * Fix cross compilation from macOS
    * Update zyedidia/pty for openbsd support
    * Use zyedidia/clipper for external clipboard
    * Update clipboard for WSL support
    * Add discussions note to readme
    * Update tcell for OSC 52 fix
    * Register `Brewfile`s as Ruby files (#2432)
    * fix: add "unknown" type (#2445)
    * Julia syntax improvements (#2415)
    * Lua syntax highlighting: Various fixes (#2426)
    * Fix syntax highlighting of single-quoted strings (#2425)
    * Fix Lua number syntax highlighting (#2409)
    * Update README.md (#2400)
    * Update minimum required Go version to 1.16
    * Added lines and percentage statusbar directives (#2055)
    * Error in documentation of +LINE:COL (#2205)
    * runtime/syntax: add rudimentary Odin support (#2296)
    * Made apparent the functionality of the ftoptions plugin (#2321)
    * Help: mention (un)indent in defaultkeys (#2358)
    * Perl syntax improvement (#2359)
    * Detect more file types for git syntax highlighting (#2330)
    * Bump gopkg.in/yaml.v2 from 2.2.7 to 2.2.8 (#2329)
    * Update luar import path
    * Add unofficial discord to readme
    * Raku syntax: fix comments (#2318)
    * Raku syntax: Fix strings and comments (#2311)
    * Fix repo.json info in plugin docs (#2313)
    * Adjust default keybinding text (#2293)
    * Fix the syntax for Raku variables. (#2309)
    * Fix edge case when comment is at start of line (#2237)
    * add more types for nim (#2284)
    * Fix
    * Use abspath for local glob settings
    * Add support for alternatives system in Debian package (#1935)
    * Fix linter help formatting (#2280)
    * Python syntax: multiline string should be constant.string, not comment (#2268)
    * README: add MacPorts install info (#2265)
    * Clarified some documentation (#2259)
    * Fix makefile for cross compilation
    * Fix regression: non-working direct colors in syntax files (#2252)
    * Update makefile generation rules
    * Support for highlighting all search matches (hlsearch) (#1762)
    * Fix some issues with default colors in colorschemes (#2225)
    * Make 'make' do the same as 'make build' (#2217)
    * Fix #2190: Document goto command in commands.md (#2218)
    * Fix #1943: 'Duplicated line' message being wrong (#2219)
    * Syntax Highlighting Support for FreeBSD Kernel Configuration Files (#2220)
    * normalize path - force slash separator to access embed FS (#2197)
    * Build : using go:generate and go:embed (#2195)
    * Ignore tool files
    * More style improvements
    * Improve comments
    * remove carriage return from -clean prompt and fix broken logic (#2186)
    * Update comment filetype when commenting
    * Fix save with sudo auto-detection and sudo/doas message
    * Fix formatting
    * Update install instructions
    * Add eget to install instructions
    * plugins.md: update link to the internal documentation (#2191)
    * Update runtime
    * Add rust clippy linter and go vet linter
    * Make yes/no prompts case-insensitive (#2182)
    * .sbt files also contain Scala code
* Sun Feb 06 2022 Bernhard Wiedemann <bwiedemann@suse.com>
  - Override build date for reproducible builds (boo#1047218)
* Wed Nov 03 2021 tuukka.pasanen@ilmi.fi
  - Update to version 2.0.10:
    * Highlight racket files as lisp (#1931)
    * Update v.yaml (#1925)
    * Fixes for syntax and docs
    * Document that "bubblegum" is a light theme (#2153)
    * Allow aborting while opening a file with backup
    * More precise filename detection for shell scripts
    * Update rust syntax: don't highlight lifetimes (#2164)
    * Update rust syntax: char literal (#2162)
    * Fix name collision on linter name (swiftc) (#2158)
    * Shellcheck as a new shell linter + runtime.go out of git control (#2157)
    * Add alcritty and foot to the list of OSC 52 supporting terminals (#2154)
    * Search the last match on line when search back (#2156)
    * Add default binding for FindLiteral
    * Update zyedidia/pty from upstream
    * Add nix language syntax (#2024)
    * Fix typo in tutorial.md (#2130)
    * find: select prefilled text (#2127)
    * Add desktop-id to Appstream Metainfo (#2122)
    * find: prefill with selection (#2115)
    * Improve linter performance (#2083)
    * Add highlighting for user-defined types  (#2107)
    * Dont take # as comment when preceded by backslash (#2112)
    * Fix erlang comment syntax
    * Update tcell
    * Warn for readonly instead of setting option
* Thu May 27 2021 tuukka.pasanen@ilmi.fi
  - Update to version 2.0.9:
    * Update tcell
    * Handle SIGHUP properly
    * Fix up X,Y values in BufView
    * Replace BufWidth & BufHeight with BufView
    * Don't highlight padding spaces in word wrapping
    * Implement word wrapping
    * Simplify LocFromVisual implementation
    * Implement moving cursor up/down within a wrapped line
    * Add VLoc, VLocFromLoc and LocFromVLoc
    * Fix horizontal scrolling with a wide rune at the right edge of window
    * Fix displaying incomplete tab or wide rune at the right edge of window
    * Fix horizontal scrolling issue after toggling softwrap on/off
    * Add BufWidth and BufHeight
    * Update and rename perl6.yaml to raku.yaml (#1927)
    * Improve patch file detection by adding a header rule. (#1942)
    * Add buffer.WordAt (#2070)
    * Fix softwrap scrolling issues (#1981)
    * Update runewidth version
    * Update snap badge
    * Fix noregex interactive replace
    * Add ForceQuit action
    * Fix regressions in buffer settings initialization (#2035)
    * Remove conf highlighting (too many conflicts)
    * Fix #2030: warn for invalid pane type
    * Improve C syntax highlighting (#2015)
    * Add Gemini syntax file (#2016)
    * Add .tsx support for Typescript syntax (#2021)
    * docs: update Arch Linux installation method (#2028)
    * Only initialize buffer settings once
    * gofmt
    * Rename to incsearch
    * Fix some quality issues (#1914)
    * fix vue syntax highlight (#1982)
    * Added multiline strings to the Scala syntax highlighter (#1969)
    * Fix non-working TryBindKey and UnbindKey (#1970)
    * add settings option "findontype" to allow disabling search-on-type
    * Update readme
    * fix the missing break in JumpToMatchingBrace (#1960)
    * Only use internal clipboard on error
    * Don't automatically disable readonly option (#1957)
    * Fix potential file leaks (#1958)
    * Update hlint format
    * Update runtime
    * Fix stat error detection
    * Add Dracula colorscheme to defaults
    * Document undocumented colorscheme groups (#1939)
    * Improve file permission detection
    * Remove clipboard error message
    * Highlight 0 as a constant number in python3
    * Added a sentence to colors.md clarifying that the truecolor environment variable has to be created by the user. (#1928)
    * Make more libraries available (#1917)
    * Clear prompt before callback
    * Disable fake cursor for Windows Terminal
    * Fix internal string binding representation
    * Enable ignorecase by default
    * Fix buffer.RuneAt (#1895)
    * Add tabbar.active color group (#1831)
    * Fix suggestions display (#1825)
    * update lua.yaml (#1892)
    * Fix autosave not running by default
* Fri Oct 23 2020 tuukka.pasanen@ilmi.fi
  - Update to version 2.0.8:
    * Update runtime
    * Update tcell for alacritty and konsole
    * :pencil2: : Added more Code tags (#1875)
    * Fixed help topic name (#1876)
    * Update tcell to 2.0.5
    * Fix typo
    * Fix palette colors with tcell v2
    * Fix Crystal syntax highlighting (#1844)
    * Fix some left-over details in C++ syntax highlighting (#1865)
    * groovy highlight (#1866)
    * Fix quality issues (#1856)
    * coffeescript syntax fix (#1861)
    * Enable xterm automatically if screen init fails
    * Update tcell
    * Update tcell
    * Overall syntax highlighting improvements for C++ (#1858)
    * Remove test option
    * Don't highlight parens in default theme
    * Update keybinding docs
    * Update tcell
    * Replace meta with alt automatically, update tcell
    * Update to tcell v2
    * Never backup closed buffers
    * Properly close unmodified buffers on sigterm
    * Update tcell
    * AddToHistory function for plugins (#1830)
    * Add improvements to the python3 syntax definitions (#1833)
    * Minor tweak to the railscast color scheme (#1834)
    * Add scrollbar color group (#1840)
    * fix spelling (#1828)
    * Highlight static as keyword in Javascript files (#1824)
    * Avoid duplicate entries in history (#1822)
    * Don't auto-relocate mouse events
    * Improve showkey command
    * Improve Rust syntax highlighting (#1820)
    * Enable registering raw events
    * Don't overwrite user bindings
    * Ref #1819
    * Fix JobSend stdin
    * Record events in cursor
    * Allow configuration for info/term bindings
    * Separate bindings for buffers and command bar
    * Preliminary support for key sequences
    * Basic implementation of KeyTree
    * Improve internal keyevent names
    * Improve Zig syntax definitions (#1814)
    * Allow Julia multiline strings and comments (#1813)
    * Initialize t.release to true
    * Fix non-working split resize with mouse drag (#1811)
    * Fix erased vertical dividing line (#1810)
    * Support reproducible builds (#1802)
    * Exit gracefully when SIGTERM is received
    * Solus install instruction
    * Check error in terminal emulator
    * Don't update internal plugins
    * Add syntax support for Renpy (#1789)
    * Tidy go mod
    * Update tcell
    * Add comment support for OCaml (#1776)
    * Support for multiple modifiers in colorschemes (#1772)
    * Add flake8 linter, postinit and preinit
    * Read paste option in screen init
    * Fix swift linting problem
    * Update linter to include eslint
    * Update linter documentation
    * Name svg micro.svg in tarballs
    * Add micro icon and desktop file to release zips
    * Highlight multicharacter escape sequences in C and C++ string literals (#1761)
    * Update micro.desktop (#1759)
    * fix
    * Rename deb file in scripts
    * Improve deb package
    * Chmod
    * Update script
    * Improve packaging
    * Update nightly release scripts
    * Slight performance improvement
    * Improve comment plugin
    * Improve multicursor clipboard
    * Add clipboard support for multicursors
    * Fix reading clipboard internally for OSC52
    * Don't set fastdirty base if modified
    * Update runtime
    * Add support for copy-paste via OSC 52
    * Fix README ToC link (#1757)
    * Fix escape not exiting prompt
    * Rebind escape to clear info and deselect
    * Use tcell's CanDisplay instead of Go's IsPrint
    * Improve php string highlighting
    * Update clipboard verification
    * Drop unnecessary Ftoa and FtoaWithDigits function (#1751)
    * Only lock event handling
    * Add a lock for plugins to use if using async code
    * Fix path escaping on Windows
    * Close file properly in clean and update makefile
    * Improve Haskell syntax highlighting (#1745)

Files

/usr/bin/micro


Generated by rpm2html 1.8.1

Fabrice Bellet, Fri Oct 17 23:03:50 2025