Unpacking Software Livestream

Join our monthly Unpacking Software livestream to hear about the latest news, chat and opinion on packaging, software deployment and lifecycle management!

Learn More

Chocolatey Product Spotlight

Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You'll have a chance to have your questions answered in a live Ask Me Anything format.

Learn More

Chocolatey Coding Livestream

Join us for the Chocolatey Coding Livestream, where members of our team dive into the heart of open source development by coding live on various Chocolatey projects. Tune in to witness real-time coding, ask questions, and gain insights into the world of package management. Don't miss this opportunity to engage with our team and contribute to the future of Chocolatey!

Learn More

Calling All Chocolatiers! Whipping Up Windows Automation with Chocolatey Central Management

Webinar from
Wednesday, 17 January 2024

We are delighted to announce the release of Chocolatey Central Management v0.12.0, featuring seamless Deployment Plan creation, time-saving duplications, insightful Group Details, an upgraded Dashboard, bug fixes, user interface polishing, and refined documentation. As an added bonus we'll have members of our Solutions Engineering team on-hand to dive into some interesting ways you can leverage the new features available!

Watch On-Demand
Chocolatey Community Coffee Break

Join the Chocolatey Team as we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Watch The Replays
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!

Watch On-Demand
Chocolatey For Business. In Azure. In One Click.

Livestream from
Thursday, 9 June 2022

Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We'll talk about some cool new features, long term asks from Customers and Community and how you can get involved!

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

For Hacktoberfest, Chocolatey ran a livestream every Tuesday! Re-watch Cory, James, Gary, and Rain as they share knowledge on how to contribute to open-source projects such as Chocolatey CLI.

Watch On-Demand

Downloads:

1,689

Downloads of v 0.5.1:

175

Last Update:

16 Nov 2019

Package Maintainer(s):

Software Author(s):

  • Matthew A. Miller

Tags:

koffee file folder explorer vim hjkl

Koffee

This is not the latest version of Koffee available.

  • 1
  • 2
  • 3

0.5.1 | Updated: 16 Nov 2019

Downloads:

1,689

Downloads of v 0.5.1:

175

Maintainer(s):

Software Author(s):

  • Matthew A. Miller

Koffee 0.5.1

This is not the latest version of Koffee available.

  • 1
  • 2
  • 3

All Checks are Passing

3 Passing Tests


Validation Testing Passed


Verification Testing Passed

Details

Scan Testing Successful:

No detections found in any package files

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

To install Koffee, run the following command from the command line or from PowerShell:

>

To upgrade Koffee, run the following command from the command line or from PowerShell:

>

To uninstall Koffee, run the following command from the command line or from PowerShell:

>

Deployment Method:

NOTE

This applies to both open source and commercial editions of Chocolatey.

1. Enter Your Internal Repository Url

(this should look similar to https://community.chocolatey.org/api/v2/)


2. Setup Your Environment

1. Ensure you are set for organizational deployment

Please see the organizational deployment guide

2. Get the package into your environment

  • Open Source or Commercial:
    • Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
    • You can also just download the package and push it to a repository Download

3. Copy Your Script

choco upgrade koffee -y --source="'INTERNAL REPO URL'" --version="'0.5.1'" [other options]

See options you can pass to upgrade.

See best practices for scripting.

Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.

If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:


choco upgrade koffee -y --source="'INTERNAL REPO URL'" --version="'0.5.1'" 
$exitCode = $LASTEXITCODE

Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
  Exit 0
}

Exit $exitCode

- name: Install koffee
  win_chocolatey:
    name: koffee
    version: '0.5.1'
    source: INTERNAL REPO URL
    state: present

See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.


chocolatey_package 'koffee' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '0.5.1'
end

See docs at https://docs.chef.io/resource_chocolatey_package.html.


cChocoPackageInstaller koffee
{
    Name     = "koffee"
    Version  = "0.5.1"
    Source   = "INTERNAL REPO URL"
}

Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.


package { 'koffee':
  ensure   => '0.5.1',
  provider => 'chocolatey',
  source   => 'INTERNAL REPO URL',
}

Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.


4. If applicable - Chocolatey configuration/installation

See infrastructure management matrix for Chocolatey configuration elements and examples.

Package Approved

This package was approved as a trusted package on 16 Nov 2019.

Description

The Keyboard-Oriented File and Folder Explorer for Efficiency, or Koffee, is a no-nonsense alternative to Windows Explorer focused on VIM-style keyboard shortcuts, speed, and simplicity.


tools\Acadian.FSharp.dll
md5: 7F98DE0082FD9055EBBAC0431E79B98A | sha1: D14FF901E4DE667270CF26122673E450FCB7C249 | sha256: 7E9E270BF535BDED26D716B22A623B6B3D87C4C8BD39D4188C6C5817AE9C1648 | sha512: ED4E40B83F7D840E2A715AB2337319372FB4F65EFE71805D92BF5F2404B7A071F9A6753C7E2C765C68E3E1A36F2A57CA3C163678316E75F072583C8C49F7A0EC
tools\FSharp.Configuration.dll
md5: 742DEAFA36AFA53AF385513F105C32BD | sha1: 63C1FB049F7B2CCCA0956F931836A23617185BA1 | sha256: EC30506069DE9E5AFA586B226F42EE96F9BF52B6C3004A312100D7F30818B8C5 | sha512: 0A857CCC2C0A4F7AE6CE016CEF7F8F32D7DB0C0F209B9D09A4610D0EFD140F6FC4539E31310FB8B7626CEB769D3D3EE1003613588B98595699E0D1CA46BC3AF7
tools\FSharp.Control.AsyncSeq.dll
md5: 459E5F61C0427127D92FA15547293A07 | sha1: A9050BBD8A287A93FC7AFA368F6EF8D2CA0E4ADF | sha256: AD751802914DDED21BD9A19234684645C34842620A52D031AAD7F184657F79C5 | sha512: F76091CC16B93C265453DF02229C1B21C9937CC58286A85D01E168FD32C31453490833A7FDC84BFD2E93B23BCF11032F128A8E6156D6D643BA9A334EEE1A5DC8
tools\FSharp.Core.dll
md5: A1408D07A319EAD8EA7BF66E3FDF1FBC | sha1: 8A1367AF4C10296587FC035CC280DF9FE59335DE | sha256: ECF6710C7D6EDD45C159C89458C56A64DF42D84520CA308CACA92CBE90BDF2F0 | sha512: 1A341E643B725B5CE8C09D09BBCFE55AC111BDC1B04463EF80CF651FA0CC7E145C3CBA6F381B8112991F2418A89D1D23BA0E4BD3CE8250E9E95B1EEEDABFA4D5
tools\FSharp.Quotations.Evaluator.dll
md5: A2EB54622F06308EB8FC7C41A208144D | sha1: 7503C08158AB4CCCA2FFB50BDE827E778D6254EA | sha256: E48E97BA2D71269743F324977D01E5125562CAA5CB9C9E07F608F8F25678F978 | sha512: F25C95E6631AABFFA2099B984AC0196D29808FD6A75F0E717AE67B5606F2E59C33306887A175262A0FE4642E53DAFA2A38B72488024A8F304E8C1D9A021CFE2B
tools\FsXaml.Wpf.dll
md5: E11CCBD2962CEB65DFE319DAF7A7BE58 | sha1: 7F0F9E01BBA4CF43936A3B5101EC4FE695FE24A9 | sha256: E0EBDF86747AEAF19F1B85B99B67BEC129638C91D32063CDF42AC4617B9150F6 | sha512: 909CA937440F0F5F08D45E8B85F2A634004C4A01682E9E23292BA36891AC183AEBCD56A6ACA407CE8B43E7602DCE18D7B062AD88C39DEA151212EA811CA72DCF
tools\FsXaml.Wpf.TypeProvider.dll
md5: AF4A3B592E85ABA0947AC08D3D922EC8 | sha1: 8FFD4DBD117FD3D3C92C36FB1EE4AD78B748E983 | sha256: 6958226F8AC62EF2E2589E909B56307C84DC162D55E948C7332ED4550F9C0DF8 | sha512: D5549744CC4DB40D740354F9F327603AA57AE583B529FF70A433CB0E8E2952138762662EC25605AFAE58FC6EC8012A202F2A30D96103353BDC9BC2C2A9DDEC30
tools\Koffee.exe
md5: 8A010785426FD89E9C0AC137BB36C2CB | sha1: E28F09B262151BBF9CBDD9CD411FF781E885C793 | sha256: D9B5CFCE5ADDBBB21F8FA5D120AAFA4ACFA9F4BADC7A34A6D1C3657CC05BC5F6 | sha512: 26BA1AE853F276FFFD8BDAF16E93E1B064B8B503D7218FC6836E3EEEBC1B92C1A425F2728F2ADF91583EBEBA861253BD4B915F8A43C8E473B825BB6DDD753D7E
tools\Koffee.exe.config
<?xml version="1.0" encoding="utf-8"?>
<configuration>
  <startup>
    <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.1" />
  </startup>
  <runtime>
    
  <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
  <dependentAssembly>
    <Paket>True</Paket>
    <assemblyIdentity name="Castle.Core" publicKeyToken="407dd0808d44fbdc" culture="neutral" />
    <bindingRedirect oldVersion="0.0.0.0-65535.65535.65535.65535" newVersion="4.0.0.0" />
  </dependentAssembly>
  <dependentAssembly>
    <Paket>True</Paket>
    <assemblyIdentity name="FSharp.Core" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
    <bindingRedirect oldVersion="0.0.0.0-65535.65535.65535.65535" newVersion="4.7.0.0" />
  </dependentAssembly>
</assemblyBinding></runtime>
</configuration>
tools\Koffee.exe.gui
 
tools\LICENSE.txt
MIT License

Copyright (c) 2016 Matthew Anthony Miller

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
tools\Newtonsoft.Json.dll
md5: 4DF6C8781E70C3A4912B5BE796E6D337 | sha1: CBC510520FCD85DBC1C82B02E82040702ACA9B79 | sha256: 3598CCCAD5B535FEA6F93662107A4183BFD6167BF1D0F80260436093EDC2E3AF | sha512: 964D9813E4D11E1E603E0A9627885C52034B088D0B0DFA5AC0043C27DF204E621A2A654445F440AE318E15B1C5FEA5C469DA9E6A7350A787FEF9EDF6F0418E5C
tools\README.md
# Koffee
The Keyboard-Oriented File & Folder Explorer for Efficiency, or Koffee, is a no-nonsense alternative to Windows Explorer focused on VIM-style keyboard shortcuts, speed, and simplicity. It is built on .NET WPF, written in F#.

### Why would I want to use this?
**The goal of this application is to allow users to navigate and manipulate files and folders very quickly**, almost at the speed of thought -- a speed only achievable via keyboard. If you've ever experienced the productivity boost that comes from learning and using all the keyboard shortcuts in an application (or learned to use the text editor [VIM](http://www.vim.org/)), you understand what a big difference it makes.

![Screenshot](screenshot.png)

## Installation
Koffee depends on **Microsoft .NET Framework 4.5.1**. It is installed by default on Windows 8.1 or newer. Even on older versions of windows, you may already have it installed; look for it in the list of installed programs in "Programs and Features" (Windows 7 or Vista) or "Add or Remove Programs" (Windows XP). If you don't see it, head to [Microsoft's download page](https://www.microsoft.com/en-us/download/details.aspx?id=40773) to download and install it.

### From [Chocolatey](https://chocolatey.org/)

    choco install koffee

### From [Scoop](https://scoop.sh/)
Koffee is part of the "extras" bucket. If you haven't already, add this bucket with `scoop bucket add extras`.

    scoop install koffee

### From Installer or Zip
Go to the [releases page](https://github.com/mattstermiller/koffee/releases). From there, you can download and run **Koffee-Setup.exe**, which will guide you through the installation with a wizard. Or, if you prefer to install it yourself, you can download the zip file, unzip the app wherever you want and create your own shortcuts.

### From Source
You will need to have installed:
- [Visual Studio or VS Build Tools](https://visualstudio.microsoft.com/downloads/)
  - Make sure to select the components "F# compiler" and ".NET Framework 4.5.1 targeting pack"
- [FAKE](https://fake.build/fake-gettingstarted.html)

Steps:
- Clone this repository
- Open a terminal to the folder and run `fake build -t install`

## Using Koffee
First of all, take your hand off of the mouse because this is a keyboard tool! Once you're familiar with the hotkeys, you'll be navigating your files more quickly than you ever could with a mouse. If you're familiar with the text editor [VIM](http://www.vim.org/) which is popular among programmers, you should feel at home.

#### The Basics
_A capital letter indicates that the letter key is combined with Shift._
- `j` to move the cursor down
- `k` to move the cursor up
- `h` to go up to the parent folder
- `l` or `Enter` to open the selected file or folder
- `Shift + Enter` to open the "Open With" dialog for the selected file
- `H` to go back in navigation history
- `L` to go forward in navigation history
- `Tab` switches between the main view and the path box
- `?` opens the Settings window, which displays the hotkeys for all commands.
- `Ctrl + w` to exit

#### Advanced Navigation
- **Scroll quickly**
    - `Ctrl + j` and `Ctrl + k` move the cursor by half-pages at a time.
    - `gg` (press `g` twice) jumps to the first item, and `G` jumps to the last item.
- **Find / Jump to item**:
    - Press `f` then the beginning of a file or folder name. The cursor will jump to the first matching item as you type (not case-sensitive).
        - Press `;` during or after a Find to jump to the next matching item.
        - Press `Enter` to open the selected item and close Find.
        - Press `Esc` to close Find.
    - Press `F` to start a "multi" Find, which stays open when opening folders.
- **Search**:
    - Press `/` to start a search. This will move your cursor to a search input at the bottom of the window where you can enter space-separated search terms. The list will be filtered to matching items as you type.
    - Press `Ctrl + i` to toggle whether the search is case-sensitive.
    - Press `Ctrl + r` to toggle regular expression mode instead of term matching.
    - Press `Ctrl + s` to toggle sub-folder searching. A progress bar will show while results are loaded in the background.
    - Press `Up` to go back through previous searches and `Down` to go forward.
    - Press `Enter` to close the search input and navigate the results. The current search filter will be shown at the bottom of the window.
    - Press `Esc` when the search input is open or when a search filter is active to cancel the search.
- **Bookmarks**
    - Set a bookmark by pressing `m`. The list of bookmarks already set are shown. Enter any character to set a bookmark to that character. Upper-case letters are distinct from lower-case letters.
    - Go to a bookmark by pressing `'`. The list of bookmarks are shown. Enter one of the bookmark characters to go to that bookmark.
    - When viewing bookmarks, press `Delete` then a bookmark character to delete that bookmark.
- **Sorting**
    - Press `sn` to sort by name, ascending then descending.
    - Press `sm` to sort by modified date, descending then ascending.
    - Press `ss` to sort by size, ascending then descending.
- **Path Box Suggestions** will appear when typing in the path box.
    - When no slashes are in the path box, folders that you have visited before are searched. Folders starting with the first search term are shown first, then other matches sorted by most recently visited.
    - When a path is in the path box, everything after the last slash is used to search the folder before the last slash. For example, typing "C:\Windows\sy 32" would suggest "C:\Windows\System32".
    - When suggestions are shown, use the up and down arrow keys to select a suggestion. When there is only one suggestion, it is selected automatically.
    - Press `Tab` to fill in the path box with the selected suggestion and continue typing, or press `Enter` to open the selected suggestion.

#### File & Folder Manipulation
- **Create File or Folder**: Press `o` to create a file or `O` to create a folder. Type in the name of the new item and press `Enter`.
- **Rename**: There are several ways to start renaming the currently selected file or folder.
    - Press `i` to start with the cursor at the beginning of the name
    - Press `a` to start with the cursor at the end of the name, before the extension
    - Press `A` to start with the cursor at the end of the extension
    - Press `c` to start with the name (without extension) selected so that typing will replace the name
    - Press `C` to start with the full name selected
    - When you are done editing the name, press `Enter`
- **Move / Copy / Shortcut**
    1. Press `d` to start a move, `y` to start a copy, or `Y` to start a shortcut of the selected file or folder. The item and operation will be displayed in the lower-right corner of the window.
    2. Navigate to the destination folder and press `p` to move, copy, or create a shortcut of the item there.
        - A copy to the same folder will append "(copy)" to the name.
        - If an item with the same name already exists, you will be prompted to overwrite it. If you choose to overwrite a folder, the contents will be merged (existing files in the destination with the same name will be overwritten, but the others will remain).
- **Delete**
    - Press `Delete` to send the currently selected item to the Recycle Bin. If the item cannot be recycled, an error message will be shown instead.
    - Press `Shift + Delete` to delete it permanently. You will be prompted to make sure this is what you want to do; press `y` to proceed with deletion or press `n` to cancel.
- **Undo / Redo Action**
    - Press `u` to undo the last file or folder action (this includes creating, renaming, moving, copying and deleting). The status bar will report the action that was undone. Since deletions cannot be undone, the status bar will simply report the deletion that cannot be undone.
    - Press `U` to redo the last action that was undone. Note that performing any action after an undo will clear the redo list.
- **Copy to Clipboard**: Press `Ctrl + c` to copy the selected item to the Windows Clipboard.
    - Paste in Windows Explorer or another app that accepts files to copy the file or folder there.
    - Paste in any text editor or text input to insert the file or folder's path there.

#### Other
- Open the selected file or folder's properties with `Alt + Enter`
- Open a second window for easier file comparison or moves with `Ctrl + n`
- Open Windows Explorer at your current location with `Ctrl + Shift + e`
- Open the commandline tool (configured in the Settings window) at your current location with `Ctrl + Shift + c`
- Open the currently selected file with your text editor (configured in the Settings window) with `Ctrl + Shift + t`
- Show/hide hidden files and folders with `F9`

There are more commands at your disposal. Open the Settings window with `?` for the full list of commands and their key bindings!

## Future Planned Features
- Search sub-folders
- Text content search
- Select multiple items
- Configurable hotkeys
- Batch renames
- Themes
- And more... check out the [issues list](https://github.com/mattstermiller/koffee/issues) and please add your own ideas and contributions!

tools\RELEASE_NOTES.md
# Release Notes

### 0.5.1  (2019-11-15)
- #75 Fixes crash on startup when the Koffee AppData folder does not exist

### 0.5.0  Recursive Search (2019-11-11)
- #54 Adds path suggestions as you type in the path box
- #51 Changes Find to a "Starts with" jump
- #73 Changes Search to filter as you type, moves case-sensitivity setting to search panel, makes Regex searching
  optional (default is now space-separated term matching)
- #23 Adds recursive sub-folder searching
- #22 Adds search history
- #74 Adds command to clear yank register
- Fixes deadlock/hang when rapidly moving or resizing the window multiple times
- Replaces configuration back-end, changing format to JSON and eliminating file load latency

### 0.4.2  (2019-06-20)
- Adds "Open With" command
- Adds "Open Properties" command
- Adds "Copy to Clipboard" command
- Adds "Start Create Shortcut to Item" command
- Adds ability to follow shortcuts to folders
- Adds ability to go back to previous path when opening to a default path
- Adds a trailing slash to path in path box
- Adds message and logging for non-crash errors
- Changes sorting to keep the same item selected
- Changes pressing Escape in path box to deselect when text is selected
- Refactored codebase to switch framework from FSharp.Desktop.UI to VinylUI
- Fixes moving folders across volumes
- Fixes opening new window to a drive root not opening correctly
- Fixes various issues when a path is provided in arguments
- Fixes path box to scroll horizontally instead of wrapping
- Fixes copy merge prompt message

### 0.4.1  Fixes and Refinements (2018-06-13)
- Adds item count and total size of files in status bar
- Adds status message when removing remembered network hosts
- Adds trailing slash on folders
- Adds Modified times to folders (Thanks Alex)
- Changes Modified times to show seconds
- Adds "B" to sizes to denote bytes (Thanks Alex)
- Adds sort indicator to column headers
- Adds pending key status message
- Adds crash logging and friendly error message
- Adds version number to title bar
- Cascades window position when opening multiple instances
- Double-clicking an item now opens it (Thanks Alex)
- Major refactors to improve error handling
- Fixes Ctrl + C crash
- Fixes wrong error message when attempting to recycle an item on a drive with no Recycle Bin
- Fixes extra config saves that could revert the yank register when switching between multiple windows
- Fixes display of underscores in status messages
- Fixes overwrite prompt not clearing previous input text
- Fixes path entry when entered path is same as current

### 0.4.0  Network and Multi-Window (2017-11-14)
- Adds support for network share and path navigation
- Adds New Window command
- Adds setting for commandline tool path
- Adds separate Find command for case-sensitivity
- Adds search setting and switches for case-sensitivity
- Adds confirmation prompt before overwriting bookmarks
- Adds setting to refresh window on focus
- Move/copy item buffer is now saved to config and shared across instances
- Fixes renaming to the same name with only casing differences
- Fixes create/rename/delete actions to do nothing on item types they can't apply to

### 0.3.1  (2017-09-24)
- Adds Settings button
- Fixed moving a folder reporting a false error message and not refreshing
- Fixed delete key not working in command input box
- Fixed opening Windows Explorer in an empty folder opening parent instead
- Fixed working directory for processes for opened files 
- Fixed undo move checking the wrong path for existing file
- Fixed create and rename overwriting existing files, now they give error message
- Fixed minimizing resets remembered window position and maximized state

### 0.3.0  Settings and Bookmarks (2017-08-07)
- Added ability to set, go to, and delete bookmarked locations
- Added sort by name, size, or modified ascending/descending
- Added Open With Text Editor command and setting for text editor path
- Added settings for startup path, path format, showing hidden files
- Added color for folders and hidden items
- Added search highlighting and match count
- Added date and size comparison for file overwrite prompt
- Replaced Rename command "replace extension" with "replace full name"
- Window size and position are now remembered
- Escape and Exit command now work when the path text box is focused
- Fixes crash when opening a file fails
- Fixes showing wrong name in move/copy overwrite prompt
- Fixes overwriting for move
- Fixes overwriting readonly and hidden files

### 0.2.1  (2017-03-18)
- Added Open Commandline
- Path box now replaces "~" with user's directory
- Window title now shows the current folder
- Move, copy and delete operations now show busy indication
- Fix crash when attempting to rename extension on items without an extension
- Fix unauthorized error when attempting to delete read-only items
- Fix empty item buffer appearing after executing a command
- Fix margins of path text box and command panel

### 0.2.0  File & Folder Manipulation (2017-01-28)
- Create, delete, rename, move, and copy files and folders
- Undo/redo of file and folder actions
- Back/forward navigation
- When navigating to parent folder, folder you were just in is selected
- Support for opening a path passed in as an argument to the executable
- Added icon and simple thematic elements

### 0.1.0  Initial Release (2016-10-22)
- Local file system navigation with VIM hotkeys
- Find by first character and search with regular expression in current folder
- Toggle between Windows and Unix-style path formats
tools\SharpYaml.dll
md5: 77309B0FC7A4C791ED30335D74E3AC13 | sha1: 0E554026DE4165A19C74FC48BCDDDA9E87597D0A | sha256: 285FAFC419142295E590885EE4E1CF2AE027C25311FF7F1F3F7A592AF7D53D21 | sha512: 7EA7FB30089E16CE9C7FC7BD4222BC98E8B8C9F6A70C9B53B53900CD26C08878E384DA4EC9B809B5D1D0BB4E18EDA2DA62A46F484BC9E1D3D3314328BBB40BC5
tools\System.Reactive.Core.dll
md5: 20EAFE4DFB007D4321E8BAFC2F793A2E | sha1: 86458208B3E56629D9FE722C8F32354495C78D7A | sha256: FC483754462D2219E186A2C174E1CED3A5F30B648F04A3B0A7D1421E63569AF2 | sha512: 371C8FB7D467C86A4415926C7C3DC80AD6453E4F796ACC97351665A2628515F3AB8B6B537852BDE467E0111104A2DB17F667047531C1EB78BB99BCB19E365BA6
tools\System.Reactive.Interfaces.dll
md5: B80E8C6C63A953FC1258D28996B0CA8F | sha1: 161C6845C2663B574D226FDF9BDE0F256D72DDD6 | sha256: ED6131702DF41A1C2C4AB1027614BC028C61D54C3261D7090D43838A79BD9266 | sha512: 253834FBD6C121674B2AF71CB591E210563D18E29B8511FD854B25EEC52D5137DE66D03BBFD0B79AE7F4A2FFB8398CE7F68D99090F01F9A863E53EDEEC4F4F96
tools\System.Reactive.Linq.dll
md5: 0D6D6C6D42F1F44DFB52CC6DD2271CBC | sha1: 752CEC0AE2CC65466E9497591ADB45578CF17939 | sha256: 19926C7D879A18C6C42C4D3D4689CA51EE2BE7A096E5A49473B0E1DACC099092 | sha512: EA5498C8F4B9A35342DE48AF81CC4F89A0E54C04CCA20C5749EEDF50842D222DAF18597F6782331B6ADBAFD8E9615D3165D923A42EF197AEA37351075842D6D3
tools\System.Reactive.PlatformServices.dll
md5: 14E9DBCA7A84AD21E47D89470AD4F941 | sha1: 5172083E9ECC81E3A7863E998585E6D6DA8ED7F3 | sha256: 69C49BED7B60DA26A620F4584DDEED63A7B98AB5FFF08E3FB44B5A42AC5FC7E7 | sha512: 74965AA925E5DFD015BAD9FEED4D686FC05F585C67B28564B23376D01540704AE705AF3D4B9EF4AF9332EEAA0D7839BF4BD19D9E9058EC16E5F0CAE29AE86DB2
tools\System.Reactive.Windows.Threading.dll
md5: 0C3D968A8FA7B5E168BCA638B08D6340 | sha1: F68E615CB7E862F182188B848F4CB3D2FA3F6C5A | sha256: 606543755DED5775922F6529409297673660CBE4F778C87E971264DE8B07F11B | sha512: 1748ED8F66CE388AC595B10C70B7E4B7BF187ECC83EE29887A1656F74E9156D0334CDC422873ECE7CBF4B441393888110E17ECBDDFDA84444F3653AAD88CB7ED
tools\VERIFICATION.txt
VERIFICATION Verification is intended to assist the Chocolatey moderators and community in verifying that this package's
contents are trustworthy.

This package is published by the author, Matthew A. Miller. The binaries are identical to the ones in the zip file of
the same version published on the project's Releases on GitHub: https://github.com/mattstermiller/koffee/releases
tools\VinylUI.dll
md5: 5166B47F9BB6A68CEDEA45DFCBC42AE1 | sha1: 50B67B66DE421756F53E2D543DE6FC21682C7F71 | sha256: 0A5B5EBDE8EF459AE6CBB4858C9BAE64B9E8CC2167BF9CA498A056B8AA45F554 | sha512: 634360037195765DF2E0C6292C6E4AE262E3DF08ED94A6FEE93DA47DD2515C7EBF23C3014B2E9729DEFB5ECC7D3D6C99B0B8A7F3AD181A7040CA498A629C0D3A

Log in or click on link to see number of positives.

In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).

Chocolatey Pro provides runtime protection from possible malware.

Add to Builder Version Downloads Last Updated Status
Koffee 0.6.1 178 Wednesday, September 1, 2021 Approved
Koffee 0.6.0 123 Thursday, June 3, 2021 Approved
Koffee 0.5.2 442 Monday, January 20, 2020 Approved
Koffee 0.5.1 175 Saturday, November 16, 2019 Approved
Koffee 0.5.0 144 Monday, November 11, 2019 Approved
Koffee 0.4.2 230 Friday, June 21, 2019 Approved
Koffee 0.4.1 205 Sunday, April 21, 2019 Approved

This package has no dependencies.

Discussion for the Koffee Package

Ground Rules:

  • This discussion is only about Koffee and the Koffee package. If you have feedback for Chocolatey, please contact the Google Group.
  • This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
  • The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
  • Tell us what you love about the package or Koffee, or tell us what needs improvement.
  • Share your experiences with the package, or extra configuration or gotchas that you've found.
  • If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.
comments powered by Disqus