Skip to content
#

shell-extension

Here are 83 public repositories matching this topic...

Perilin
Perilin commented Dec 24, 2017

Filtering by command is great, but how about also filtering by currently active directory?
I've quickly hammered something into place that works using preexec...

# Added to end of  ~/.bashrc

__peri_filter_preexec() { if [[ "${PWD}" =~ .*Private.* ]] ; then __BH_SAVE_COMMAND=''; fi }
if [ -f ~/.bashhub/deps/bash-preexec.sh ]; then source  ~/.bashhub/deps/bash-preexec.sh ; preexec_f
enhancement good first issue
end2endzone
end2endzone commented Aug 8, 2020

In the ShellAnything menu, a new menu entry could be created to allow the user to run an executable that checks for new version of ShellAnything.

The latest version can be found here: https://github.com/end2endzone/ShellAnything/releases/latest

If a new version is found, it could open its d

enhancement help wanted good first issue

Windows Shell extension to allow image types such as Portable Pixmap Format (PPM), Portable Graymap Format (PGM) and Portable Bitmap Format (PBM) to get thumbnail, properties and data object support in Windows Explorer. Both ascii and binary versions of the above formats are supported. This extension will render thumbnails and properties (width, height, dimensions, bit depth) which will display in Windows Explorer. It also implements a data handler extension which will permit copying the file from Explorer and pasting in applications such as MSPaint or Photoshop.

  • Updated Oct 8, 2021
  • C++

Improve this page

Add a description, image, and links to the shell-extension topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the shell-extension topic, visit your repo's landing page and select "manage topics."

Learn more