-
Notifications
You must be signed in to change notification settings - Fork 0
/
.todo
25 lines (21 loc) · 929 Bytes
/
.todo
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
- Update readme and module documentation
- Add append switch to `Update-NavigationEntry`
Update-NavigationDatabase:
- Add append switch
- Assert append does not cause token conflict
- Assert `-Append` in `Export-NavigationEntry` does not cause token conflict
- Add `New-NavigationEntry`
-- This will be like `Add-` but it will allow a user to create a one-off
-- entry to pass around as they see fit.
-- Will be handy with `Export-NavigationEntry -Append`!
Write Add-NavigationEntry:
Add Entry ParameterSet:
- Set CmdletBinding attribute DefaultParameterSet property
- Add Entry parameter
- Change process block
- Write `Set-GoPSConfiguration`
- Remove `Export-NavigationDatabase`
- Allow jumping to JumpHistory items?
- Allow jumping to Stack items?
-- These would require argument completers
-- and some reworks of the `-Last` and `-Back` parameters