- 67
- 16 341
SeveTech
Ireland
เข้าร่วมเมื่อ 24 เม.ย. 2020
Welcome to Sevetech!
This channel complement my blog posts (tessarinseve.pythonanywhere.com/nws/category/journal.html) with bite-sized screencasts! These concise videos, lasting 1-2 minutes, delve into the fascinating world of tech. Expect original content covering a diverse array of topics, including:
- Classical Vim: Unlock productivity with Vim tips and tricks.
- Python: Dive into Pythonic wonders, from beginner-friendly tutorials to advanced concepts.
- Deno JavaScript: Explore the Deno runtime and its powerful features.
- LibreOffice: Discover efficient ways to wield this open-source office suite.
- Vlang: Uncover the secrets of this intriguing new programming language.
Subscribe to gain access to exclusive content and insights. Supporters can grab that extra cup of motivation over at www.buymeacoffee.com/seve!
Hit that Subscribe button and let’s embark on this tech adventure together!
This channel complement my blog posts (tessarinseve.pythonanywhere.com/nws/category/journal.html) with bite-sized screencasts! These concise videos, lasting 1-2 minutes, delve into the fascinating world of tech. Expect original content covering a diverse array of topics, including:
- Classical Vim: Unlock productivity with Vim tips and tricks.
- Python: Dive into Pythonic wonders, from beginner-friendly tutorials to advanced concepts.
- Deno JavaScript: Explore the Deno runtime and its powerful features.
- LibreOffice: Discover efficient ways to wield this open-source office suite.
- Vlang: Uncover the secrets of this intriguing new programming language.
Subscribe to gain access to exclusive content and insights. Supporters can grab that extra cup of motivation over at www.buymeacoffee.com/seve!
Hit that Subscribe button and let’s embark on this tech adventure together!
A Quick and Easy Way to Create Anki Flashcards in Vim
AnkiConnect is a powerful plugin for Anki that allows users to automate tasks like creating and managing flashcards via HTTP requests. In the video, we show how to use the Vim REST Console plugin to interact with AnkiConnect, streamlining the note-adding process with JSON arrays.
This method enhances note-taking by providing practical study strategies and easy categorization through tags. Future posts will explore generating JSON requests from Markdown or TOML files.
Pair your Anki cards with a physical index card notebook for drafting or extending notes, utilizing an indexing system for easy referencing.
#Anki #Vim #Flashcards #NoteTaking #AnkiConnect #productivity
Below the link to a comprehensive article.
tessarinseve.pythonanywhere.com/nws/2024-12-23.wiki.html
Affiliate link:
Don't forget to check out our Temu storefront on Pinterest, where you can find a selection of highly rated, budget-friendly, and high quality items.
pin.it/67dNQKK8C
For comments and/or feedback use the following link:
tessarinseve.pythonanywhere.com/shared/request-form.html
Follow this link to get your Index Card Notebook and say goodbye to fleeting index cards that always seem to go missing!
a.co/d/bjaRLoR
Music by:
Ivan Ohanezov from pixabay.com//?
TTS: ttsmp3.com/
End of the Video by FAHIMG: www.pexels.com/video/green-background-animation-youtube-subscribe-3822752/
This method enhances note-taking by providing practical study strategies and easy categorization through tags. Future posts will explore generating JSON requests from Markdown or TOML files.
Pair your Anki cards with a physical index card notebook for drafting or extending notes, utilizing an indexing system for easy referencing.
#Anki #Vim #Flashcards #NoteTaking #AnkiConnect #productivity
Below the link to a comprehensive article.
tessarinseve.pythonanywhere.com/nws/2024-12-23.wiki.html
Affiliate link:
Don't forget to check out our Temu storefront on Pinterest, where you can find a selection of highly rated, budget-friendly, and high quality items.
pin.it/67dNQKK8C
For comments and/or feedback use the following link:
tessarinseve.pythonanywhere.com/shared/request-form.html
Follow this link to get your Index Card Notebook and say goodbye to fleeting index cards that always seem to go missing!
a.co/d/bjaRLoR
Music by:
Ivan Ohanezov from pixabay.com//?
TTS: ttsmp3.com/
End of the Video by FAHIMG: www.pexels.com/video/green-background-animation-youtube-subscribe-3822752/
มุมมอง: 106
วีดีโอ
Introduction to TOML and Taplo
มุมมอง 8621 วันที่ผ่านมา
#toml #taplo #vim #lsp In this video, we delve into the importance of configuration management in software development, highlighting TOML (Tom's Obvious, Minimal Language) as a popular choice for its simplicity and readability. We introduce Taplo, a powerful CLI toolkit that enhances the TOML experience with features like Language Server Protocol (LSP) support, allowing seamless integration wit...
REPGREP POWERSHELL AND VIM PLUGIN
มุมมอง 42หลายเดือนก่อน
In this video, we introduce repgrep, a terminal application that enhances ripgrep by offering interactive search and replacement across multiple files. Ideal for developers and system administrators, repgrep simplifies bulk text replacements. #repgrep #ripgrep #vim #powershell Below the link to a comprehensive article. tessarinseve.pythonanywhere.com/nws/2024-11-29.wiki.html Vim's Plugin: githu...
Vim Typst Lsp (Unicode)
มุมมอง 1252 หลายเดือนก่อน
#vim #lsp #typst #latex In this video, we demonstrate two methods for adding Unicode characters to PDF documents using Typst and Vim. We cover Typst's symbol module and Vim's Unicode support, featuring Vim's LSP plugin for autocompletion and a plugin for typing Unicode via LaTeX names. Below a link to a comprehensive article. tessarinseve.pythonanywhere.com/nws/2024-10-19.wiki.html If you found...
Effortless Folder Jumping in Vim
มุมมอง 952 หลายเดือนก่อน
In this video, we demonstrate how to achieve effortless folder navigation in Vim using two powerful Vim9-script plugins. Learn to utilize a fuzzy finder popup for recently accessed folders and a keyboard shortcut to view 10 selectable directories with recently modified files. Discover the :mksession command to save your editing session's state, preserving your open files and layouts for easy re...
Create a SQLite Database from Vim Using SQLiteBiter
มุมมอง 1113 หลายเดือนก่อน
SQLiteBiter is a powerful command-line interface tool that simplifies the conversion of SQLite databases into various formats, such as CSV and JSON. This video demonstrates how to efficiently extract and manipulate data from SQLite databases using SQLiteBiter, while also showcasing the integration with Vim. Learn how to capture Vim's key mappings, format them into a CSV table, and upload the SQ...
Exploring Command Line Utility QRENCODE
มุมมอง 703 หลายเดือนก่อน
This video explores the command line utility #qrencode, created by Kentaro Fukuchi, which allows users to generate QR codes easily from the terminal. QR codes are widely used for storing URLs but can also be utilized for saving notes in formats like Markdown. qrencode is compatible with both Linux and Windows systems, making it accessible to a broad audience. This utility integrates well with t...
Jedi-Ruff Python LSP for VIM
มุมมอง 2014 หลายเดือนก่อน
In this video, we introduce the Jedi Language Server, a powerful Python language server that leverages the capabilities of the Jedi library. Jedi is known for its exceptional autocompletion and code navigation features, making it an invaluable tool for developers looking to enhance their coding efficiency. Learn how to easily install the Jedi LSP server in a Python virtual environment and explo...
A Simple Build System
มุมมอง 324 หลายเดือนก่อน
Discover the efficiency of the Ninja build system. Watch as we delve into a Vlang source code example, creating a terminal pager for text files. Don't miss out on this informative video! #SoftwareDevelopment #Vlang #PythonScript #TerminalPager #BuildProcess #vim #ninjabuildsystem 🔗 Read the full blogpost: tessarinseve.pythonanywhere.com/nws/2024-06-27.wiki.html For comments and/or feedback use ...
Vim LSP in Less Than 70 Lines of Python Code
มุมมอง 1184 หลายเดือนก่อน
In this video, we demonstrate how to create a simple Language Server Protocol (LSP) for Vim using Python and the pyglas module. Watch as we showcase a Markdown Vim buffer that displays suggestions in a convenient popup message, and check out the compact Python source code for the LSP, which is under 70 lines! #Vim #Python #lsp 🔗 Read the full blogpost: tessarinseve.pythonanywhere.com/nws/2024-0...
Fzf and PowerShell: The Ultimate Combo for File Management
มุมมอง 1485 หลายเดือนก่อน
#fzf #powershell #vim #cprogramming In this video, we demonstrate how to use fzf (Fuzzy Finder) in Windows PowerShell. We’ll show you how to list and filter text files using a pre-compiled C program, and then select and open them with vim. Additionally, we’ll cover how to display and work with the most recently modified files using another C program. This setup simplifies file selection and edi...
Ast Grep: The CLI Treesitter for Efficient Code Pattern Searching
มุมมอง 1895 หลายเดือนก่อน
Ast Grep: A powerful CLI tool for developers to search and manage code patterns efficiently. Install via pip, set rules, and integrate with Vim for real-time feedback. #DevTools #Coding #Python #JavaScript #Vim #AST #CodeSearch #treesitter 🔗 Read the full blogpost: tessarinseve.pythonanywhere.com/nws/2024-07-18.wiki.html For comments and/or feedback use the following link: tessarinseve.pythonan...
Vim + Logseq Graph Editing Made Easy
มุมมอง 3855 หลายเดือนก่อน
Discover the power of Logseq’s desktop app for seamless daily journaling. In this video, we explore how Vim enhances your note-taking experience within Logseq’s graph. Highlights include: 🖊️ Vim Integration: Learn how to edit Logseq graph items using Vim or directly within the app. 📑 MediaWiki References: Easily create references with double squared brackets, guided by the Language Server Proto...
Vim V Language LSP
มุมมอง 696 หลายเดือนก่อน
#LSP #CodeEditing The Language Server Protocol (LSP) has transformed code editing! By standardizing communication between editors and language servers, LSP empowers efficient development. Vim now supports LSPs via a Vim9Script plugin. This video demonstrates creating a basic V language executable with assistance from V-Analyzer, the vlang LSP, in VIM. #Vim #Vlang 🔗 Read the full blogpost: tessa...
Supercharge Your Python Code with Ruff
มุมมอง 1576 หลายเดือนก่อน
Explore the power of Ruff, a Python linter and formatter, and its integration with Vim. Learn how Ruff enhances code quality and style, fixes issues, and works as a Language Server Protocol. Dive into the world of real-time coding feedback and automated solutions. #Python #Rust #Ruff #Vim #CodeQuality #AutomatedSolutions 🔗 Read the full blogpost: tessarinseve.pythonanywhere.com/nws/2024-06-05.w...
Replicating VOX Features in PowerShell: A Python Virtual Environment Management Script
มุมมอง 277 หลายเดือนก่อน
Replicating VOX Features in PowerShell: A Python Virtual Environment Management Script
Enhancing Git History with Timeline Comments
มุมมอง 1187 หลายเดือนก่อน
Enhancing Git History with Timeline Comments
Libcurl and C: CLI Tool for Data Retrieval
มุมมอง 297 หลายเดือนก่อน
Libcurl and C: CLI Tool for Data Retrieval
Mastering Graphs with DOT: A Short Guide to Diagram Creation
มุมมอง 489 หลายเดือนก่อน
Mastering Graphs with DOT: A Short Guide to Diagram Creation
Supercharge Your Day with These 7 Game-Changing Productivity Tips!
มุมมอง 779 หลายเดือนก่อน
Supercharge Your Day with These 7 Game-Changing Productivity Tips!
Creating SVG with Svgbob: From Installation to PowerShell + Vim
มุมมอง 7810 หลายเดือนก่อน
Creating SVG with Svgbob: From Installation to PowerShell Vim
Xonsh. Python-powered shell language and command prompt
มุมมอง 19911 หลายเดือนก่อน
Xonsh. Python-powered shell language and command prompt
LibreOffice Python Macros (VIM - Windows OS)
มุมมอง 716ปีที่แล้ว
LibreOffice Python Macros (VIM - Windows OS)