Downloads:
917
Downloads of v 0.23.0:
917
Last Update:
24 May 2019
Package Maintainer(s):
Software Author(s):
- Klaus Sinani
- Mario Sinani and Thanasis Gkanos.
Tags:
tusk evernote- Software Specific:
- Software Site
- Software Source
- Software License
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Tusk (Install)
- 1
- 2
- 3
0.23.0 | Updated: 24 May 2019
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
917
Downloads of v 0.23.0:
917
Maintainer(s):
Software Author(s):
- Klaus Sinani
- Mario Sinani and Thanasis Gkanos.
Tusk (Install) 0.23.0
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Klaus Sinani, Mario Sinani and Thanasis Gkanos. The inclusion of Klaus Sinani, Mario Sinani and Thanasis Gkanos. trademark(s), if any, upon this webpage is solely to identify Klaus Sinani, Mario Sinani and Thanasis Gkanos. goods or services and not for commercial purposes.
- 1
- 2
- 3
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
Validation Testing Passed
Verification Testing Passed
DetailsScan Testing Resulted in Flagged:
This package was submitted (and approved) prior to automated virus scanning integration into the package moderation processs.
We recommend clicking the "Details" link to make your own decision on installing this package.
Deployment Method: Individual Install, Upgrade, & Uninstall
To install Tusk (Install), run the following command from the command line or from PowerShell:
To upgrade Tusk (Install), run the following command from the command line or from PowerShell:
To uninstall Tusk (Install), run the following command from the command line or from PowerShell:
Deployment Method:
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
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
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
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download tusk.install --internalize --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade tusk.install -y --source="'INTERNAL REPO URL'" [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 tusk.install -y --source="'INTERNAL REPO URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install tusk.install
win_chocolatey:
name: tusk.install
version: '0.23.0'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'tusk.install' do
action :install
source 'INTERNAL REPO URL'
version '0.23.0'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller tusk.install
{
Name = "tusk.install"
Version = "0.23.0"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'tusk.install':
ensure => '0.23.0',
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.
This package is likely a meta/virtual (*) or an installer (*.install) or portable (*.portable) application package.
- Meta/virtual (*) - has a dependency on the *.install or the *.portable package - it is provided for discoverability and for other packages to take a dependency on.
- Portable (*.portable/*.commandline (deprecated naming convention)/*.tool (deprecated naming convention)) - usually zips or archives that require no administrative access to install.
- Install (*.install/*.app (deprecated naming convention)) - uses native installers, usually requires administrative access to install.
Learn more about chocolatey's distinction of installed versus portable apps and/or learn about this kind of package.
This package was approved by moderator gep13 on 25 May 2019.
Tusk is an unofficial, featureful, open source, community-driven, free Evernote app used by people in more than 140 countries.
Tusk is indicated by Evernote as an alternative client for Linux environments trusted by the open source community.
Come over to Gitter or Twitter to share your thoughts on the project.
Visit the contributing guidelines to learn more on how to translate this document into more languages.
Highlights
- Black, Dark & Sepia Themes
- Focus, Compact & Auto-Night Modes
- Local & Global Customizable Keyboard Shortcuts
- Export Notes as PDF, HTML & Markdown Files
- Note Navigation
- Yinxiang Support
- Cross Platform
- Scalable Interface
- Update Notifications
- Drag and Drop Files
Features
Visit the project homepage to view all features in detail.
- Auto Night Mode - Press
Cmd/Ctrl Alt N
to allow Tusk to adjust to your environment. - Black Theme - Activate it by pressing
Cmd/Ctrl Alt E
. - Compact Mode - Downsize the window to enter the mode.
- Custom Shortcut Keys - Navigate to
~/.tusk.json
or pressCmd/Ctrl .
to modify any shortcut key. To reset delete~/.tusk.json
& restart the app. - Dark Theme - Activate it by pressing
Cmd/Ctrl D
. - Drag & Drop Files - Attach files by dragging them to the app window.
- Export Notes as Markdown - Press
Cmd/Ctrl O
to save your notes asMarkdown
files. - Export Notes as HTML - Press
Cmd/Ctrl Shift H
to save your notes asHTML
files. - Export Notes as PDF - Press
Cmd/Ctrl Shift E
to save your notes asPDF
files. - Focus Mode - Activate it by pressing
Cmd/Ctrl K
. - Global Shortcut Keys - Enable them by using the
File
>Enable Global Shortcut Keys
option. - Note Navigation - Navigate your notes by pressing
Cmd/Ctrl Tab
/Cmd/Ctrl Shift Tab
or jump directly to one by usingCmd/Ctrl 1 - 9
. - Note Printing - Press
Cmd/Ctrl Alt P
to print your notes. - Scalable Interface - Adjust the zooming factor by pressing
Cmd/Ctrl Shift =
orCmd/Ctrl -
. - Sepia Theme - Activate it by pressing
Cmd/Ctrl G
. - Update Notifications - Customize the apps update checking frequency.
- Yinxiang Support - Login to Yinxiang by using the
File
>Switch
to Yinxiang option.
Keyboard shortcuts
Screenshot
From: https://raw.githubusercontent.com/klaussinani/tusk/master/license.md
LICENSE
MIT License
Copyright (c) 2017 - present Klaus Sinani <[email protected]> (klaussinani.github.io)
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.
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
Package can be verified like this:
1. Download:
x32: https://github.com/klaussinani/tusk/releases/download/v0.23.0/tusk-setup-0.23.0.exe
x64: https://github.com/klaussinani/tusk/releases/download/v0.23.0/tusk-setup-0.23.0.exe
2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'
checksum type: sha256
checksum32: 61958DEDE28D8447AA222C2E7FEB5ABD9047D7EB68F8B4DFADC07ED2202585C6
checksum64: 61958DEDE28D8447AA222C2E7FEB5ABD9047D7EB68F8B4DFADC07ED2202585C6
File 'LICENSE.txt' is obtained from:
https://raw.githubusercontent.com/klaussinani/tusk/master/license.md
md5: 8F11C84CD46441E9CA730247423F3B10 | sha1: 1FDB8103539E6050C45E24876A7236B8D3ACA1DD | sha256: 61958DEDE28D8447AA222C2E7FEB5ABD9047D7EB68F8B4DFADC07ED2202585C6 | sha512: 8BF95484CDB9CD31127C8D9E37EE2B4CF7E4B84F5ADC5952D704040F55CBD09D93FA6D87E195AF98DAF0297FFB422052F8E1DCA8D6C977600185A2F287B8B4C9
Log in or click on link to see number of positives.
- tusk.install.0.23.0.nupkg (a0bd606e296c) - ## / 60
- tusk-setup-0.23.0.exe (61958dede28d) - ## / 67
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.
This package has no dependencies.
Ground Rules:
- This discussion is only about Tusk (Install) and the Tusk (Install) 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 Tusk (Install), 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.