Skip to content
Merged
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
2 changes: 1 addition & 1 deletion .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@
"repoType": "github",
"repoHost": "https://github.com",
"projectName": "F7History",
"projectOwner": "gui-cs"
"projectOwner": "tui-cs"
}
14 changes: 7 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,19 +43,19 @@ jobs:
./build.ps1 -Version ${{ steps.gitversion.outputs.FullSemVer }}

- name: Upload Build Output
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Modules
path: ${{github.workspace}}/Output

- name: Upload Tests
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: PesterTests
path: ${{github.workspace}}/Tests

- name: Upload PSScriptAnalyzerSettings.psd1
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ScriptAnalyzer
path: ${{github.workspace}}/PSScriptAnalyzerSettings.psd1
Expand All @@ -66,7 +66,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download Build Output
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
- name: Invoke-ScriptAnalyzer
uses: devblackops/github-action-psscriptanalyzer@master
with:
Expand All @@ -90,7 +90,7 @@ jobs:
"$HOME/.dotnet/tools`r`n$(Get-Content -Path $env:GITHUB_PATH)" | Set-Content -Path $env:GITHUB_PATH -Encoding utf8

- name: Download Build Output
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4

# see https://github.com/Jaykul/RequiredModules/issues/6
- name: Manually Install Modules F7History is dependent on
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
test_results_path: results.xml

- name: Upload Results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Pester Results
name: Pester Results-${{ matrix.os }}
path: ${{github.workspace}}/*.xml
16 changes: 8 additions & 8 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,19 +44,19 @@ jobs:
./build.ps1 -Version ${{ steps.gitversion.outputs.FullSemVer }}

- name: Upload Build Output
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Modules
path: ${{github.workspace}}/Output

- name: Upload Tests
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: PesterTests
path: ${{github.workspace}}/Tests

- name: Upload PSScriptAnalyzerSettings.psd1
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ScriptAnalyzer
path: ${{github.workspace}}/PSScriptAnalyzerSettings.psd1
Expand All @@ -67,7 +67,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download Build Output
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
- name: Invoke-ScriptAnalyzer
uses: devblackops/github-action-psscriptanalyzer@master
with:
Expand All @@ -91,7 +91,7 @@ jobs:
"$HOME/.dotnet/tools`r`n$(Get-Content -Path $env:GITHUB_PATH)" | Set-Content -Path $env:GITHUB_PATH -Encoding utf8

- name: Download Build Output
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4

# see https://github.com/Jaykul/RequiredModules/issues/6
- name: Manually Install Modules F7History is dependent on
Expand Down Expand Up @@ -122,9 +122,9 @@ jobs:
test_results_path: results.xml

- name: Upload Results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Pester Results
name: Pester Results-${{ matrix.os }}
path: ${{github.workspace}}/*.xml

publish:
Expand All @@ -135,7 +135,7 @@ jobs:
steps:

- name: Download Build Output
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4

# - name: Display structure of downloaded files
# run: ls -R
Expand Down
2 changes: 1 addition & 1 deletion Build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ if ($null -eq $ocgvVersion) {
" $ocgvModule v$v found in PSGallery"
}

$ocgvVersion = "$($v.Major).$($v.Minor).$($v.Build).$($v.Revision)"
$ocgvVersion = $v.ToString()
" Installing $ocgvModule v$ocgvVersion to ensure it is loaded."
Install-Module $ocgvModule -MinimumVersion $ocgvVersion -Force -Verbose:($PSBoundParameters['Verbose'] -eq $true) -SkipPublisherCheck

Expand Down
2 changes: 1 addition & 1 deletion DEPLOY.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
<table>
<tbody>
<tr>
<td align="center" valign="top" width="14.28%"><a href="http://www.kindel.com"><img src="https://avatars.githubusercontent.com/u/585482?v=4?s=100" width="100px;" alt="Tig"/><br /><sub><b>Tig</b></sub></a><br /><a href="#maintenance-tig" title="Maintenance">🚧</a> <a href="#infra-tig" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a> <a href="https://github.com/gui-cs/F7History/pulls?q=is%3Apr+reviewed-by%3Atig" title="Reviewed Pull Requests">👀</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://www.kindel.com"><img src="https://avatars.githubusercontent.com/u/585482?v=4?s=100" width="100px;" alt="Tig"/><br /><sub><b>Tig</b></sub></a><br /><a href="#maintenance-tig" title="Maintenance">🚧</a> <a href="#infra-tig" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a> <a href="https://github.com/tui-cs/F7History/pulls?q=is%3Apr+reviewed-by%3Atig" title="Reviewed Pull Requests">👀</a></td>
</tr>
</tbody>
</table>
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<tbody style="border: 0px">
<tr style="border: 0px">
<td rowspan="2" style="border: 0px">
<img src="https://gui-cs.github.io/F7History/F7HistoryIcon.png"
<img src="https://tui-cs.github.io/F7History/F7HistoryIcon.png"
alt="F7 History Icon"
width="120px"/>
</td>
Expand All @@ -15,13 +15,13 @@
<br/>
<span style="font-size: 1em">A PowerShell module providing a graphical Command History activated by the `F7` and `Shift-F7` keys.</span>
<br/>
<span style="font-size: .8em">Built with <a href="https://github.com/gui-cs/Terminal.Gui">Terminal.Gui</a> and <a href="https://github.com/PowerShell/GraphicalTools">Out-ConsoleGridView</a> by <a href="https://github.com/tig">Tig</a>.</span>
<span style="font-size: .8em">Built with <a href="https://github.com/tui-cs/Terminal.Gui">Terminal.Gui</a> and <a href="https://github.com/PowerShell/GraphicalTools">Out-ConsoleGridView</a> by <a href="https://github.com/tig">Tig</a>.</span>
</td>
</tr>
</tbody>
</table>

![Demo](https://gui-cs.github.io/F7History/F7History.gif)
![Demo](https://tui-cs.github.io/F7History/F7History.gif)

Setup and usage is as easy as...

Expand All @@ -39,4 +39,4 @@ Import-Module -Name "F7History"

3. Press `F7` or `Shift-F7` to invoke.

For more details see the [F7 History Documentation](https://gui-cs.github.io/F7History).
For more details see the [F7 History Documentation](https://tui-cs.github.io/F7History).
10 changes: 5 additions & 5 deletions Source/F7History.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -94,16 +94,16 @@ PrivateData = @{
Tags = 'History','Windows','Mac','Linux','History','ConsoleGuiTools','TUI','Out-ConsoleGridView','ocgv','Terminal.Gui','gui.cs'

# A URL to the license for this module.
LicenseUri = 'https://github.com/gui-cs/F7History/blob/main/LICENSE.md'
LicenseUri = 'https://github.com/tui-cs/F7History/blob/main/LICENSE.md'

# A URL to the main website for this project.
ProjectUri = 'https://github.com/gui-cs/F7History/'
ProjectUri = 'https://github.com/tui-cs/F7History/'

# A URL to an icon representing this module.
IconUri = 'https://gui-cs.github.io/Terminal.Gui/images/F7HistoryIcon.png'
IconUri = 'https://tui-cs.github.io/Terminal.Gui/images/F7HistoryIcon.png'

# ReleaseNotes of this module
ReleaseNotes = 'https://github.com/gui-cs/F7History/releases'
ReleaseNotes = 'https://github.com/tui-cs/F7History/releases'

# Prerelease string of this module
# Prerelease = ''
Expand All @@ -119,7 +119,7 @@ PrivateData = @{
} # End of PrivateData hashtable

# HelpInfo URI of this module
HelpInfoURI = 'https://github.com/gui-cs/F7History'
HelpInfoURI = 'https://github.com/tui-cs/F7History'

# Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix.
# DefaultCommandPrefix = ''
Expand Down
2 changes: 1 addition & 1 deletion Source/en-US/about_F7History.help.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ LONG DESCRIPTION
EXAMPLES

SEE ALSO
- https://github.com/gui-cs
- https://github.com/tui-cs

KEYWORDS
Windows, Mac, Linux, CommandLine, History, ConsoleGuiTools, TUI, Out-ConsoleGridView, ocgv, Terminal.Gui, gui.cs
Loading