forked from sveinbjornt/Sloth
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed volume filtering for 10.15+ (popup now shows all mount points +…
… volname if available) (#11)
- Loading branch information
1 parent
451225e
commit c3fb0f3
Showing
5 changed files
with
69 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,15 @@ | ||
|
||
TODO for Sloth 3.1 | ||
TODO for Sloth 3.2 | ||
* Show full command (w/args) for process (ala ps -ef) in Info Panel | ||
* Highlight matching part of string when filtering (option in filter field popup) | ||
* Store authentication privileges and use them to run command line tool "/usr/bin/file" | ||
* Show Path Control w. selected path at bottom of table view when item selected | ||
* Fix split-APFS Volumes filtering | ||
* "Case sensitive" filtering doesn't seem to work | ||
* Handle "unknown file type:", show question mark icon | ||
* Add tests for lsof output parsing | ||
|
||
TODO for Sloth 3.0 | ||
DONE * Identifier for bundle processes is now lazy-loaded for a small performance gain | ||
DONE * Spin off Lsof task and parsing into separate class, document the parsing and data structure produced | ||
DONE * Make main controller slimmer | ||
DONE * Move over to object-oriented model for items, lazy-load expensive properties such as bundle identifier, etc. | ||
DONE * Show raw IP numbers briefly in Info Panel before IP socket DNS lookup, which can be slow | ||
DONE * Move to Trash + file context menu operations no longer available for sockets | ||
DONE * Process name shown under "Used by" should use Mac-friendly process name if enabled and available (see third screenshot) | ||
DONE * Smart copying (tab-indent subfile names if process + subfiles selected) | ||
DONE * File System in Info Panel should show name of volume and mount point, in addition to device ID and inode number | ||
DONE * Fix broken bundle identifier loading | ||
DONE * "Path" label in Info Window for IP sockets should show more intelligent label | ||
DONE * Show Package Contents contextual menu item for bundle processes | ||
DONE * New Big Sur style application icon | ||
DONE * Support arm64 | ||
|
||
TODO for Sloth 3.1 | ||
DONE * Added default regex filters option to Prefs | ||
DONE * Added optional update/refresh interval | ||
DONE * Fixed buggy behaviour when authentication was cancelled | ||
DONE * Fix split-APFS Volumes filtering |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters