Clauder 1.1.2
dotnet tool install --global Clauder --version 1.1.2
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
dotnet tool install --local Clauder --version 1.1.2
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=Clauder&version=1.1.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package Clauder --version 1.1.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Clauder
Clauder is a .NET tool that allows you to browse and manage your Claude projects and sessions from your terminal.
Installation
You can install Clauder as a global .NET tool:
dotnet tool install --global Clauder
Usage
Once installed, you can run the tool using the following command:
clauder
This will launch an interactive terminal UI that will guide you through the following steps:
- Select a Project: The tool will display a paginated list of your Claude projects. You can navigate through the list and select the project you want to work with.
- Select a Session: After selecting a project, the tool will display a list of its sessions. You can then select a session to view.
- Launch Session: The selected session will be launched.
Prerequisites
Before running the tool, make sure that you have your Claude projects stored in the expected directory. The tool looks for a .claude
directory in your user's home directory. For example, on Linux, this would be ~/.claude/
.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
A major internal UI rendering overhaul.