PowerShell-OpenAuthenticode
micro-editor
PowerShell-OpenAuthenticode | micro-editor | |
---|---|---|
1 | 233 | |
34 | 26,779 | |
- | 0.7% | |
5.1 | 9.2 | |
1 day ago | 2 days ago | |
PowerShell | Go | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
PowerShell-OpenAuthenticode
-
The Windows installer of ImageMagick will no longer be signed
I’ve found the easiest option available here is through using Azure KeyVault to store the keys. I use a custom module to sign my PowerShell scripts and dlls [1] for this because I can integrate it with OIDC to sign the code using the keys stored in the Azure HSM. While the builtin pwsh Set-Authenticode cmdlet can’t do this currently there are other options that rely on Window’s authenticode APIs like AzureSignTool [2] that I highly recommend.
While I’m unsure if Azure is suitable for actual companies I think the risk is ok for what I need it for and the API quality as well as OIDC support make it quite nice to use with GHA.
[1] https://github.com/jborean93/PowerShell-OpenAuthenticode
micro-editor
- All Data and AI Weekly #196 - June 30, 2025
- Edit is now open source
-
Notepad++ is 21 years old
Micro editor (https://micro-editor.github.io/) works best for me but it's terminal-based.
-
In your opinion, what is the text-editor equivalent of Openbox?
Simple yet customizable? My thoughts go to Sublime Text if you want a GUI editor and closed-source is OK, or Micro if you want a TUI editor that is open source:
https://micro-editor.github.io/
Like OpenBox, most casual users can be dropped in and know their way around their interfaces, and both options are kinda lightweight compared to other modern options. There is power available for serious customization if you want (you can write plugins for them in Python and Lua, respectively).
Personally, both Vim and Emacs do not remind me much of OpenBox. I think i3wm is more a Vim, and I guess XMonad is the most Emacs-like window manager I've tried. (Arguably, EXWM is the only truly Emacs-like window manager...)
-
Show HN: A retro terminal text editor for GNU/Linux coded in C (C-edit)
Love the look, definitely throwing me back to the halcyon QBasic days.
Another way to achieve an old school raster style green screen aesthetic is to combine cool-retro-term with the minimal editor "micro".
https://github.com/Swordfish90/cool-retro-term
https://github.com/zyedidia/micro
-
GNU Nano 8 comes with modern key bindings
This is great! I used to install micro[0] as "nano with better shortcuts", but it was always a bit of an overkill, so I'm really happy with this change.
One quirk that remains: even with --modernbindings, Ctrl+X and Ctrl+C will add to nano's clipboard, instead of replacing whatever is there.
[0] https://micro-editor.github.io
- Ask HN: What software sparks joy when using?
- Modeless Vim
-
Essential Command Line Tools for Developers
To see more screenshots of micro, showcasing some of the default color schemes, see here.
-
Go: What We Got Right, What We Got Wrong
Not sure these are really popular, but I cannot resist advertising a few utilities written in Go that I regularly use in my daily workflow:
- gdu: a NCDU clone, much faster on SSD mounts [1]
- duf: a `df` clone with a nicer interface [2]
- massren: a `vidir` clone (simpler to use but with fewer options) [3]
- gotop: a `top` clone [4]
- micro: a nice TUI editor [5]
Building this kind of tools in Go makes sense, as the executables are statically compiled and are thus easy to install on remote servers.
[1]: https://github.com/dundee/gdu
[2]: https://github.com/muesli/duf
[3]: https://github.com/laurent22/massren
[4]: https://github.com/xxxserxxx/gotop
[5]: https://github.com/zyedidia/micro
What are some alternatives?
AzureSignTool - SignTool Library and Azure Key Vault Support
helix - A post-modern modal text editor.
KeenWrite
editorconfig-core-go - EditorConfig Core written in Go
pyvips - python binding for libvips using cffi
gofeed - Parse RSS, Atom and JSON feeds in Go