-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding 'add member to group' feature with Ctrl+G.
- Loading branch information
Showing
8 changed files
with
143 additions
and
26 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
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,17 +1,18 @@ | ||
# TODO (priority) | ||
|
||
* Feature: Support deleting specific attribute values (not the entire attribute) | ||
* Feature: View/modify ADIDNS dnsZones and dnsNodes | ||
* Feature: Options to manipulate (edit/create/delete) gpLinks visually | ||
* Feature: Load initial cache from file | ||
* Feature: Monitor object for real-time changes (DirSync/SyncRepl) | ||
|
||
# TODO (later) | ||
|
||
* Feature: View/modify ADIDNS dnsZones and dnsNodes | ||
* Feature: Mini tool to convert godap exports into bloodhound dumps | ||
* Feature: Improve object creation form (implement customizations) | ||
* Feature: Custom themes | ||
* Feature: Customizable keybindings | ||
* Refactor: Improve the organization of files, functions and structures (among other ideas, remove the "utils" package) | ||
* Wish: Mini tool to convert godap exports into bloodhound dumps | ||
* Wish: Monitor object for real-time changes (DirSync/SyncRepl) | ||
* Wish: Some way to copy data from panels (not implemented in tview, only for the "textarea" primitive) | ||
* Wish: Remove dependency on personal fork of gokrb5 | ||
* Wish: Remove dependency on personal fork of go-ldap |
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
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