Skip to content
/ Marin Public

Marin is an image viewer made in C# with AvaloniaUI.

License

Notifications You must be signed in to change notification settings

H97-Git/Marin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Marin

Marin is an image viewer made in C# with AvaloniaUI. This application is designed to be used efficiently with either a mouse or a keyboard, allowing for easy one-handed operation. The application features a tab-oriented interface, file exploration and management, customizable keyboard shortcuts, and more.

Features

  • Tab-Oriented Interface: Manage multiple image viewing sessions with a tabbed interface.
  • Keyboard and Mouse Support: Navigate and use the application with either a mouse or keyboard.
  • File Explorer / Manager: Browse and manage your image files directly within the application.
  • Image Previewer: Click and hold on a folder to preview images inside, with up to 3 levels of depth for subfolder exploration.
  • Customizable Keyboard Shortcuts: Set your preferred keyboard shortcuts for various actions.
  • Hide UI Elements in Full Screen: Focus on your images by hiding UI elements when in full-screen mode.
  • Session Management: Save your sessions (open tabs) for later use.
  • No Image Editing: This application is focused on viewing images and does not include image editing features like cropping, adjusting brightness, or contrast.

Installation

To run Marin, follow these steps:

  1. Clone the Repository:

    git clone https://github.com/H97-Git/marin.git
    cd marin
  2. Install Dependencies:

    Make sure you have the .NET SDK installed. You can download it from here.

  3. Build the Project:

    dotnet build
  4. Run the Application:

    dotnet run

Usage

Keyboard Shortcuts

The application comes with customizable keyboard shortcuts. To configure these shortcuts, go to the settings menu and set your preferred key bindings for various actions.

File Explorer / Manager

The file explorer allows you to navigate your file system and manage your image files. You can perform basic file operations such as copy, cut, paste, and delete.

Image Previewer

Click and hold on a folder (or press P) to preview the images inside. The previewer supports exploring up to 3 levels of subfolders to display images.

Full Screen Mode

Press the fullscreen toggle button or use the keyboard shortcut to enter fullscreen mode. In fullscreen mode, UI elements are hidden to provide an unobstructed view of your images.

Session Management

Your open tabs can be saved and restored later, allowing you to pick up where you left off.

Contributing

We welcome contributions to the project. If you find any issues or have suggestions for new features, please open an issue on GitHub. To contribute code:

  1. Fork the Repository: Click the "Fork" button at the top right of this page.

  2. Clone Your Fork:

    git clone https://github.com/H97-Git/marin.git
    cd marin 
  3. Create a Branch:

    git checkout -b feature/your-feature-name
  4. Commit Your Changes:

    git commit -m "Add some feature"
  5. Push to the Branch:

    git push origin feature/your-feature-name
  6. Open a Pull Request: Open a pull request on GitHub and provide a description of your changes.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Acknowledgements


About

Marin is an image viewer made in C# with AvaloniaUI.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages