Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
58 commits
Select commit Hold shift + click to select a range
8429bc5
Move docs to docs_old and docs_new to docs
coenm Sep 8, 2024
c574731
Docs changes
actions-user Sep 8, 2024
34aaaf7
update
coenm Sep 8, 2024
61de2f5
Merge branch 'feature/update-docs' of https://github.com/coenm/RepoM …
coenm Sep 8, 2024
d1f0dac
Docs changes
actions-user Sep 8, 2024
29db6bd
..
coenm Sep 8, 2024
177b990
Merge branch 'feature/update-docs' of https://github.com/coenm/RepoM …
coenm Sep 8, 2024
c3b3965
..
coenm Sep 8, 2024
bac0ee4
update document generation
coenm Sep 9, 2024
4c9c0cb
update
coenm Sep 9, 2024
a49b022
Docs changes
actions-user Sep 9, 2024
58b7a29
update template
coenm Sep 9, 2024
78dcfe3
Merge branch 'feature/update-docs' of https://github.com/coenm/RepoM …
coenm Sep 9, 2024
7f668cc
Docs changes
actions-user Sep 9, 2024
d07065c
update
coenm Sep 9, 2024
3bc6452
Merge branch 'feature/update-docs' of https://github.com/coenm/RepoM …
coenm Sep 9, 2024
bb22c86
update
coenm Sep 10, 2024
5ae2448
fix
coenm Sep 10, 2024
92ddd81
add config in documentation.
coenm Sep 10, 2024
e5f69f1
Docs changes
actions-user Sep 10, 2024
6cb7c1c
fix tests
coenm Sep 10, 2024
ea2c30d
Merge branch 'feature/update-docs' of https://github.com/coenm/RepoM …
coenm Sep 10, 2024
7782ebc
update docs
coenm Sep 11, 2024
98f8b5e
Docs changes
actions-user Sep 11, 2024
bae939b
docs update
coenm Sep 11, 2024
60b69d3
Docs changes
actions-user Sep 11, 2024
c105f94
Update
coenm Sep 11, 2024
9d4a13a
Merge branch 'feature/update-docs' of https://github.com/coenm/RepoM …
coenm Sep 11, 2024
db44d7a
Docs changes
actions-user Sep 11, 2024
52ad9e0
update
coenm Sep 11, 2024
68c5ccd
Merge branch 'feature/update-docs' of https://github.com/coenm/RepoM …
coenm Sep 11, 2024
fe36e9e
Docs changes
actions-user Sep 11, 2024
e457a08
update
coenm Sep 13, 2024
8e79df9
Docs changes
actions-user Sep 13, 2024
1685572
Update
coenm Sep 13, 2024
5cdb411
Docs changes
actions-user Sep 13, 2024
750bff8
update
coenm Sep 13, 2024
efac66e
Merge branch 'feature/update-docs' of https://github.com/coenm/RepoM …
coenm Sep 13, 2024
eff684c
Docs changes
actions-user Sep 13, 2024
afe8bf5
plugin markdown
coenm Sep 14, 2024
47e4acb
Merge branch 'feature/update-docs' of https://github.com/coenm/RepoM …
coenm Sep 14, 2024
1353ef5
Docs changes
actions-user Sep 14, 2024
c49d2b0
heidi
coenm Sep 14, 2024
8808bf7
Docs changes
actions-user Sep 14, 2024
f45bdad
cleanup
coenm Sep 14, 2024
ce118c8
Merge branch 'feature/update-docs' of https://github.com/coenm/RepoM …
coenm Sep 14, 2024
1cea54d
update
coenm Sep 14, 2024
a7fd1f7
Docs changes
actions-user Sep 14, 2024
8f75954
update
coenm Sep 14, 2024
c5a0ade
cleanup
coenm Sep 14, 2024
0ce1849
Docs changes
actions-user Sep 14, 2024
630c6fd
update readme
coenm Sep 14, 2024
e45489e
cleanup
coenm Sep 14, 2024
1ef890b
merge
coenm Sep 14, 2024
ac6579d
Docs changes
actions-user Sep 14, 2024
ad1638b
cleanup
coenm Sep 14, 2024
232dc84
cleanup
coenm Sep 14, 2024
132002f
Docs changes
actions-user Sep 14, 2024
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
30 changes: 16 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ It's populating itself as you work with git. It does not get in the way and only

RepoM will not compete with your favourite git clients, so keep them. It's not about working within a repository: It's a new way to use all of your repositories to make your daily work easier.

If you recognise this introduction you might be right. RepoM is a fork of the popular [RepoZ](#credits).

## The Hub

The hub provides a quick overview of your repositories including their current branch, a short status information, and optionally some provided tags. Additionally, it offers some shortcuts like revealing a repository in the Windows Explorer, opening a command line tool in a given repository, checking out git branches and lots of other predefined or customizable actions.
Expand All @@ -40,41 +42,41 @@ The main functionality of RepoM are the quick actions to execute per repository.

To read more about the context menu, click here.

These actions are defined in the `RepositoryActions.yaml` located in your `%APPDATA%\RepoM\` folder. More information can be found [here](docs/RepositoryActions.md).
These actions are defined in the `RepositoryActionsV2.yaml` located in your `%APPDATA%\RepoM\` folder. More information can be found in the docs folder.

## Tagging

It is possible to dynamically assign tags to repositories such that you can filter, order, and search repositories using these tags.
How to define and use tags is described in the [Tags](docs_new/Tags.md) documentation.
How to define and use tags is described in the [Tags](docs/Tags.md) documentation.

## Search

It is possible to filter or search for repositories using the search box at the top of RepoM.
See the [Search](docs_new/search.md) for more information.
See the [Search](docs/search.md) for more information.

## Ordering and Filtering

The order of the repositories shown in RepoM is customizable. The default is alphabetical on the repository name. Read more about ordering [here](docs/Ordering.md).
The order of the repositories shown in RepoM is customizable. The default is alphabetical on the repository name. Read more about ordering [here](docs_old/Ordering.md).

The repositories shown in RepoM are filtered using the search box in RepoM. But the default set can also be configured using different presets. [This page](docs/Filtering.md) describes how to create custom filter presets.
The repositories shown in RepoM are filtered using the search box in RepoM. But the default set can also be configured using different presets. [This page](docs_old/Filtering.md) describes how to create custom filter presets.

## Global configuration

When RepoM starts for the first time, a configuration file wil be created. Most of the properties can be adjusted using the UI but, at this moment, one property must be altered manually. Read more over [here](docs/Settings.md).
When RepoM starts for the first time, a configuration file wil be created. Most of the properties can be adjusted using the UI but, at this moment, one property must be altered manually. Read more over [here](docs_old/Settings.md).

## Plugins

RepoM uses plugins to extend functionality. At this moment, when a plugin is available in the installed directory, it will be found and can be enabled or disabled. This is done in the hamburger menu of RepoM. Enabling or disabling requires a restart of RepoM.

- [Plugins](docs/Plugins.md)
- [AzureDevOps](docs/RepoM.Plugin.AzureDevOps.md)
- [Clipboard](docs/RepoM.Plugin.Clipboard.md)
- [Heidi](docs/RepoM.Plugin.Heidi.md)
- [LuceneQueryParser](docs/RepoM.Plugin.LuceneQueryParser.md)
- [SonarCloud](docs/RepoM.Plugin.SonarCloud.md)
- [Statistics](docs/RepoM.Plugin.Statistics.md)
- [WebBrowser](docs/RepoM.Plugin.WebBrowser.md)
- [WindowsExplorerGitInfo](docs/RepoM.Plugin.WindowsExplorerGitInfo.md)
- [AzureDevOps](docs/plugin_repom.plugin.azuredevops.generated.md)
- [Clipboard](docs/plugin_repom.plugin.clipboard.generated.md)
- [Heidi](docs/plugin_repom.plugin.heidi.generated.md)
- [LuceneQueryParser](docs/plugin_repom.plugin.lucenequeryparser.generated.md)
- [SonarCloud](docs/plugin_repom.plugin.sonarcloud.generated.md)
- [Statistics](docs/plugin_repom.plugin.statistics.generated.md)
- [WebBrowser](docs/plugin_repom.plugin.webbrowser.generated.md)
- [WindowsExplorerGitInfo](docs/plugin_repom.plugin.windowsexplorergitinfo.generated.md)

## Credits

Expand Down
30 changes: 16 additions & 14 deletions README.source.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ It's populating itself as you work with git. It does not get in the way and only

RepoM will not compete with your favourite git clients, so keep them. It's not about working within a repository: It's a new way to use all of your repositories to make your daily work easier.

If you recognise this introduction you might be right. RepoM is a fork of the popular [RepoZ](#credits).

## The Hub

The hub provides a quick overview of your repositories including their current branch, a short status information, and optionally some provided tags. Additionally, it offers some shortcuts like revealing a repository in the Windows Explorer, opening a command line tool in a given repository, checking out git branches and lots of other predefined or customizable actions.
Expand All @@ -40,41 +42,41 @@ The main functionality of RepoM are the quick actions to execute per repository.

To read more about the context menu, click here.

These actions are defined in the `RepositoryActions.yaml` located in your `%APPDATA%\RepoM\` folder. More information can be found [here](docs/RepositoryActions.md).
These actions are defined in the `RepositoryActionsV2.yaml` located in your `%APPDATA%\RepoM\` folder. More information can be found in the docs folder.

## Tagging

It is possible to dynamically assign tags to repositories such that you can filter, order, and search repositories using these tags.
How to define and use tags is described in the [Tags](docs_new/Tags.md) documentation.
How to define and use tags is described in the [Tags](docs/Tags.md) documentation.

## Search

It is possible to filter or search for repositories using the search box at the top of RepoM.
See the [Search](docs_new/search.md) for more information.
See the [Search](docs/search.md) for more information.

## Ordering and Filtering

The order of the repositories shown in RepoM is customizable. The default is alphabetical on the repository name. Read more about ordering [here](docs/Ordering.md).
The order of the repositories shown in RepoM is customizable. The default is alphabetical on the repository name. Read more about ordering [here](docs_old/Ordering.md).

The repositories shown in RepoM are filtered using the search box in RepoM. But the default set can also be configured using different presets. [This page](docs/Filtering.md) describes how to create custom filter presets.
The repositories shown in RepoM are filtered using the search box in RepoM. But the default set can also be configured using different presets. [This page](docs_old/Filtering.md) describes how to create custom filter presets.

## Global configuration

When RepoM starts for the first time, a configuration file wil be created. Most of the properties can be adjusted using the UI but, at this moment, one property must be altered manually. Read more over [here](docs/Settings.md).
When RepoM starts for the first time, a configuration file wil be created. Most of the properties can be adjusted using the UI but, at this moment, one property must be altered manually. Read more over [here](docs_old/Settings.md).

## Plugins

RepoM uses plugins to extend functionality. At this moment, when a plugin is available in the installed directory, it will be found and can be enabled or disabled. This is done in the hamburger menu of RepoM. Enabling or disabling requires a restart of RepoM.

- [Plugins](docs/Plugins.md)
- [AzureDevOps](docs/RepoM.Plugin.AzureDevOps.md)
- [Clipboard](docs/RepoM.Plugin.Clipboard.md)
- [Heidi](docs/RepoM.Plugin.Heidi.md)
- [LuceneQueryParser](docs/RepoM.Plugin.LuceneQueryParser.md)
- [SonarCloud](docs/RepoM.Plugin.SonarCloud.md)
- [Statistics](docs/RepoM.Plugin.Statistics.md)
- [WebBrowser](docs/RepoM.Plugin.WebBrowser.md)
- [WindowsExplorerGitInfo](docs/RepoM.Plugin.WindowsExplorerGitInfo.md)
- [AzureDevOps](docs/plugin_repom.plugin.azuredevops.generated.md)
- [Clipboard](docs/plugin_repom.plugin.clipboard.generated.md)
- [Heidi](docs/plugin_repom.plugin.heidi.generated.md)
- [LuceneQueryParser](docs/plugin_repom.plugin.lucenequeryparser.generated.md)
- [SonarCloud](docs/plugin_repom.plugin.sonarcloud.generated.md)
- [Statistics](docs/plugin_repom.plugin.statistics.generated.md)
- [WebBrowser](docs/plugin_repom.plugin.webbrowser.generated.md)
- [WindowsExplorerGitInfo](docs/plugin_repom.plugin.windowsexplorergitinfo.generated.md)

## Credits

Expand Down
File renamed without changes.
123 changes: 0 additions & 123 deletions docs/RepoM.Plugin.AzureDevOps.md

This file was deleted.

38 changes: 0 additions & 38 deletions docs/RepoM.Plugin.Clipboard.md

This file was deleted.

81 changes: 0 additions & 81 deletions docs/RepoM.Plugin.Heidi.md

This file was deleted.

Loading