Showing 24 open source projects for "view%20file"

View related business solutions
  • Outgrown Windows Task Scheduler? Icon
    Outgrown Windows Task Scheduler?

    Free diagnostic identifies where your workflow is breaking down—with instant analysis of your scheduling environment.

    Windows Task Scheduler wasn't built for complex, cross-platform automation. Get a free diagnostic that shows exactly where things are failing and provides remediation recommendations. Interactive HTML report delivered in minutes.
    Download Free Tool
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • 1
    Sniffnet

    Sniffnet

    Application to comfortably monitor your Internet traffic

    Application to comfortably monitor your Internet traffic. Multithreaded, cross-platform, and reliable. Sniffnet is completely free, open-source software which needs lots of effort and time to develop and maintain. Save complete textual reports with detailed information for each network connections. Get details about domain names and network providers of the hosts you are exchanging traffic with.
    Downloads: 12 This Week
    Last Update:
    See Project
  • 2
    Simple HTTP  Server

    Simple HTTP Server

    Simple http server in Rust (Windows/Mac/Linux)

    Simple HTTP server in Rust (Windows/Mac/Linux) Windows support (with colored log). Specify listen to address (ip, port), specify running threads, and specify the root directory. Nginx like directory view (directory entries, link, filesize, modified date) Breadcrumb navigation.
    Downloads: 22 This Week
    Last Update:
    See Project
  • 3
    eza

    eza

    A modern alternative to ls

    eza is a modern, feature-rich alternative to the classic UNIX/Linux ls command, written in Rust and designed to be fast, ergonomic, and visually informative. It adds colorized output, icons (in many builds), and metadata augmentation—such as Git status indication, extended attributes display, and human-friendly file size formatting. It handles symlinks, supports recursive listings, has tree views, and offers filtering and sorting options that go beyond what default ls provides. Because it’s...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    Floem

    Floem

    A native Rust UI library with fine-grained reactivity

    Floem is a cross-platform GUI framework for Rust. It aims to be extremely performant while providing world-class developer ergonomics. Supporting both GPU and CPU rendering, Floem gives you performance that's closest to bare metal. Also primitives are provided to help the developer to write performant UI code without too much effect.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 5
    Git Interactive Rebase Tool

    Git Interactive Rebase Tool

    Native cross-platform full feature terminal-based sequence editor

    ...Easily set the action to pick, squash, fixup, edit, reword and drop. Reorder the action list with a single key press. Change action and reorder multiple lines at once with visual mode. View the commit overview, and a full commit diff with a press of a key. Easily edit the command that is run by an exec command. Need to do something in your Git editor? Quickly shell out to your editor, make a change and return to the tool. GitBash requires the use of winpty in order to work correctly. The tool has built-in help that can be accessed by using the ? ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    STU

    STU

    TUI application for AWS S3 written in Rust using ratatui

    TUI application for AWS S3 written in Rust using ratatui.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    KDash

    KDash

    A simple and fast dashboard for Kubernetes

    A simple terminal dashboard for Kubernetes built with Rust. KDash only offers a view of the resources with a focus on speed and UX. Really, if something is slow or has bad UX then please raise a bug. Hence the UI/UX is designed to be more user-friendly and easier to navigate with contextual help everywhere and a tab system to switch between different resources easily.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    nviwatch

    nviwatch

    A blazingly fast rust based TUI for managing and monitoring NVIDIA GPU

    NviWatch is an interactive terminal user interface (TUI) application for monitoring NVIDIA GPU devices and processes. Built with Rust, it provides real-time insights into GPU performance metrics, including temperature, utilization, memory usage, and power consumption.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Delta

    Delta

    A viewer for git and diff output

    Code evolves, and we all spend time studying diffs. Delta aims to make this both efficient and enjoyable: it allows you to make extensive changes to the layout and styling of diffs, as well as allowing you to stay arbitrarily close to the default git/diff output. Language syntax highlighting with color themes. Within-line highlights based on a Levenshtein edit inference algorithm. Git style strings (foreground color, background color, font attributes) are supported for >20 stylable elements....
    Downloads: 4 This Week
    Last Update:
    See Project
  • Atera all-in-one platform IT management software with AI agents Icon
    Atera all-in-one platform IT management software with AI agents

    Ideal for internal IT departments or managed service providers (MSPs)

    Atera’s AI agents don’t just assist, they act. From detection to resolution, they handle incidents and requests instantly, taking your IT management from automated to autonomous.
    Learn More
  • 10
    TAWS

    TAWS

    A terminal-based AWS resource viewer and manager

    TAWS is a terminal-based user interface (TUI) tool designed to help developers view and manage Amazon Web Services (AWS) resources directly from the command line in a curses-style, interactive environment. It provides a unified interface where users can explore their AWS resources such as EC2 instances, S3 buckets, IAM users, and more, all without switching to a web console, which can speed up workflows for frequent cloud administrators and developers alike.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    Note67

    Note67

    A private, local meeting notes assistant

    ...Built with a cross-platform architecture using Rust (via Tauri) for backend logic and a TypeScript/React frontend, it prioritizes privacy by performing audio transcription locally with Whisper models and generating summaries with locally-hosted AI, eliminating the need to send sensitive meeting content to external servers. Users can record meetings directly from their microphone, view live transcriptions, filter by speaker, and export structured summaries, making it useful for professionals who need searchable, organized records of discussions. It also features thoughtful signal processing such as voice activity detection and echo deduplication to improve transcription accuracy, and provides standard note-taking features.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12

    Iced

    A cross-platform GUI library for Rust, inspired by Elm

    ...It expects you to split user interfaces into four different concepts, which are: the state of your app; messages, which are user interactions or other meaningful events; view logic, which displays your state as widgets that can result in messages; and update logic, which offers a way to update your state and react to messages. Iced is very simple and easy to use, and is type-safe. It offers many great features including built-in widgets and custom widget support, debug overlay, a modular ecosystem and more.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    py-spy

    py-spy

    Sampling profiler for Python programs

    ...This means py-spy is safe to use against production Python code. py-spy works from the command line and takes either the PID of the program you want to sample from or the command line of the python program you want to run. py-spy has three subcommands record, top and dump. py-spy supports recording profiles to a file using the record command. Top shows a live view of what functions are taking the most time in your python program, similar to the Unix top command.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    Secluso

    Secluso

    Privacy-preserving home security camera using end-to-end encryption

    ...Unlike many commercial smart cameras that send footage to cloud servers where providers can potentially access it, Secluso encrypts video streams directly on the camera before they are relayed, ensuring that only the user’s mobile app can view recorded or live content. The design splits responsibilities across distinct components: a camera hub that captures and encrypts footage, a mobile app for monitoring and receiving encrypted event notifications, and a relay server that passes encrypted data without being able to decrypt it. Secluso supports multiple camera types, including Raspberry Pi-based standalone setups and existing IP cameras, as long as they can interface with the system’s recording and encryption pipelines.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Night Vision

    Night Vision

    Night Vision is a "planetarium" program written in Java

    Night Vision is a "planetarium" program that will display the heavens from any location on earth. Viewing options allow the user to control which sky objects to display, which font to use, and manipulation of various star parameters. Time may be set to run at multiple speeds, including backwards. Star charts may be printed. Night Vision is written in Java, allowing it to run on all major desktop systems (includes PCs, Macs, Linux, ...). It has been designed to be readily translatable...
    Downloads: 14 This Week
    Last Update:
    See Project
  • 16
    AppFlowy

    AppFlowy

    Bring projects, wikis, and teams together with AI.

    AppFlowy is an AI collaborative workspace where you can achieve more without losing control of your data. It is the best open source alternative to Notion, offering a 100% offline mode and self-hosting with a cloud service of your choice. Build a centralized workspace for your wiki, projects, and notes with AppFlowy. It allows you to organize and visualize your data in tables, Kanban boards, calendars, and more. You can filter and sort your data in any way you want. AppFlowy comes...
    Downloads: 73 This Week
    Last Update:
    See Project
  • 17
    Cherrybomb

    Cherrybomb

    Cherrybomb is a CLI tool that helps you avoid undefined user behaviour

    ...If any problems are found, Cherrybomb gives you a detailed report with the exact location of the problem so you can fix it easily. With a configuration file, you can easily edit, view, Cherrybomb's options. The config file allows you to set the running profile, location of the oas file, the verbosity and ignore the TLS error. Config also allows you to override the server's URL with an array of servers, and add security to the request.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    rucola

    Terminal based markdown note manager

    Terminal-based markdown note manager to view statistics, explore connections and launch editing and viewing applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Notabena

    Notabena

    Notabena, the pure Rust open-source note-taking app.

    ...It supports Homebrew and different platforms. Notabena is licensed under GPL-3.0. Install it on Homebrew via: brew tap chiissu/macchiato brew install --HEAD notabena View our GitHub (https://github.com/ThatFrogDev/notabena) for more information.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    PolyUploader

    PolyUploader

    Upload files to 130+ hosts simultaneously

    Website: https://polyuploader.vercel.app/ GitHub repository: https://github.com/spel987/PolyUploader/ 🚀 Quick overview: - Upload from local storage or via URL to 130 hosts at once - Link your own API keys for compatible hosts - View a detailed history of your uploads with expiration status and delete buttons - Create and manage upload profiles to automate frequent tasks - Generate a single sharing link to bundle multiple host links (e.g. https://p-u.vercel.app/QZZGsMNho9) - No account required, fully open-source, fast, and free - Built with a focus on speed and security using Rust backend 🛠️ PolyUploader is a serious, modern alternative to Mirrored.to, Mirrorace.org, and Multiup.io: - More supported hosts - No registration required, instant use - Remote file deletion and expiration tracking - Unlimited file size uploads - Open-source and fully transparent - Clean, ad-free interface
    Downloads: 2 This Week
    Last Update:
    See Project
  • 21
    Ebou

    Ebou

    A cross platform Mastodon Client written in Rust

    ...It groups new Toots by author and displays them in a UI not unlike modern messengers like Telegram, iMessage or WhatsApp. This makes it easy to see your friends' updates at once. It also has a Conversation view which helps see replies in the originating context. Ebou is currently an experiment and therefore missing some features that you might expect from a full Mastodon client. They will be implemented over time.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    ModelFox

    ModelFox

    ModelFox makes it easy to train, deploy, and monitor ML models

    ModelFox makes it easy to train, deploy, and monitor machine learning models. Train a model from a CSV file on the command line. Make predictions from Elixir, Go, JavaScript, PHP, Python, Ruby, or Rust. Learn about your models and monitor them in production from your browser. ModelFox makes it easy to train, deploy, and monitor machine learning models. You can install the modelfox CLI by either downloading the binary from the latest GitHub release or by building from source. Train a machine...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    exa

    exa

    A modern replacement for ls

    ...Different types of file and data will be coloured differently, and the user and group columns will be highlighted for the current user. exa can display a file’s extended attributes, as well as standard filesystem information such as the inode, the number of blocks, and a file’s various dates and times. exa queries files in parallel, giving you performance on par with ls. Not only is the standard tree tool built-in, but it’ll show you your files’ information alongside the hierarchy. View the staged and unstaged status of every file, right there in the standard view. Also works in tree view for a high-level overview of your repository.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    Coffee

    Coffee

    An opinionated 2D game engine for Rust

    Coffee is an opinionated 2D game engine focused on simplicity, explicitness, and type-safety. Declarative, type-safe loading screens with progress tracking. Built-in debug view with performance metrics. Explicit, easy-to-use, hardware-accelerated 2D graphics API. Multiplatform support leveraging OpenGL, Vulkan, Metal, D3D11, and D3D12. To get started, implement the Game trait. Then, call Game::run with some WindowSettings to run your game. Draw your game with an explicit 2D graphics API. Load your game assets with type-safety and build loading screens with consistent progress tracking. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next