Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions make-file-conceal@RutarAndriy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# v1.1

- Update icon foreground color for better contrast on light and dark themes
- Add README.md

# v1.0

- Initial release
10 changes: 10 additions & 0 deletions make-file-conceal@RutarAndriy/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Make file conceal

Hides a file using standard nemo functionality.
Performs the opposite action to [make-file-reveal@RutarAndriy](https://cinnamon-spices.linuxmint.com/actions/view/62).

## Dependencies

The following packages must be installed:

* `grep` for parse .hidden file
Binary file modified make-file-conceal@RutarAndriy/files/make-file-conceal@RutarAndriy/icon.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"uuid": "make-file-conceal@RutarAndriy",
"name": "Make file conceal",
"author": "RutarAndriy",
"version": "1.0"
"version": "1.1"
}
1 change: 1 addition & 0 deletions make-file-conceal@RutarAndriy/[email protected]_action.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ Icon-Name=view-conceal-symbolic
Conditions=exec <make-file-conceal@RutarAndriy/is-reveal.sh %P '%f'>;
Selection=s
Extensions=any;
Dependencies=grep;